Ignore tmp .c or .h files
This commit is contained in:
parent
c5f4cd8345
commit
f65f6b957a
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
*.a
|
||||
*.c~
|
||||
*.h~
|
||||
*.log
|
||||
*.o
|
||||
test/test_*
|
||||
|
|
Loading…
Reference in a new issue