Fixing .gitignore so that test.txt doesn't get added to git tree

This commit is contained in:
Koz Ross 2017-02-03 17:29:10 +13:00
parent baa04e033c
commit 33e789bbbf
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# Annoying stray test file
test.txt
# Object files
*.o
*.ko

View file

@ -1 +0,0 @@
ok