mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Fixing .gitignore so that test.txt doesn't get added to git tree
This commit is contained in:
parent
baa04e033c
commit
33e789bbbf
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
# Annoying stray test file
|
||||||
|
test.txt
|
||||||
|
|
||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
*.ko
|
*.ko
|
||||||
|
|
1
test.txt
1
test.txt
|
@ -1 +0,0 @@
|
||||||
ok
|
|
Loading…
Add table
Reference in a new issue