diff options
author | Tucker Evans <tucker@tuckerevans.com> | 2020-07-07 23:19:28 -0400 |
---|---|---|
committer | Tucker Evans <tucker@tuckerevans.com> | 2020-07-07 23:19:28 -0400 |
commit | a86fba22d9607316e29b5f7e073f2b8b76f0d3d1 (patch) | |
tree | af99493f0db7fda6218f47333e81e762b26414af | |
parent | da39577a66c9aa355699419149ce050a9cb1c500 (diff) |
Fix .gitignore was named incorrectly
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | .gitigore | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67f17da --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.bak +*.o +*.out +*.html diff --git a/.gitigore b/.gitigore deleted file mode 100644 index e5a1669..0000000 --- a/.gitigore +++ /dev/null @@ -1,2 +0,0 @@ -*.bak -*.o |