.gitignore: ignore more commonly irrelevant files
This commit is contained in:
parent
9e137150ee
commit
a4081e2337
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,9 +1,12 @@
|
||||||
|
*~
|
||||||
*.a
|
*.a
|
||||||
|
*.bak
|
||||||
*.dll
|
*.dll
|
||||||
*.dylib
|
*.dylib
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
|
*.swp
|
||||||
Makefile
|
Makefile
|
||||||
/config.ent
|
/config.ent
|
||||||
/config.h
|
/config.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user