.gitignore: ignore more commonly irrelevant files

This commit is contained in:
Pierre Pronchery 2022-08-25 03:00:15 +02:00
parent 9e137150ee
commit a4081e2337

3
.gitignore vendored
View File

@ -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