Add a .gitignore, which blacklists build results (.o, .gch (generated header files) and .a (the resulting archive))
This commit is contained in:
parent
5475c41ccf
commit
d0cf2623aa
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Build results
|
||||||
|
*.o
|
||||||
|
*.gch
|
||||||
|
*.a
|
Loading…
Reference in a new issue