gitignore: ignore object files
This commit is contained in:
parent
15ebbad146
commit
a290fe33c1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
*.a
|
||||
*.o
|
||||
.*
|
||||
*.swp
|
||||
*~$
|
||||
|
Loading…
Reference in New Issue
Block a user