update gitignore

This commit is contained in:
Markus Teich 2016-06-19 22:45:24 +02:00
parent 0d2f95ffba
commit 977de77474

10
.gitignore vendored
View File

@ -2,15 +2,24 @@
*~ *~
*.swp *.swp
# generated output
*.la *.la
*.lo *.lo
*.o *.o
/libbrandt-*.tar.gz
# test files
test_*
!test_*.c
# latex stuff # latex stuff
*.aux *.aux
*.log *.log
*.pdf *.pdf
/doc/man/
/doc/html/
# autofoo # autofoo
Makefile Makefile
Makefile.in Makefile.in
@ -33,3 +42,4 @@ Makefile.in
/ltmain.sh /ltmain.sh
/m4/ /m4/
/missing /missing
/test-driver