update gitignore
This commit is contained in:
parent
0d2f95ffba
commit
977de77474
10
.gitignore
vendored
10
.gitignore
vendored
@ -2,15 +2,24 @@
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# generated output
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
/libbrandt-*.tar.gz
|
||||
|
||||
# test files
|
||||
test_*
|
||||
!test_*.c
|
||||
|
||||
# latex stuff
|
||||
*.aux
|
||||
*.log
|
||||
*.pdf
|
||||
|
||||
/doc/man/
|
||||
/doc/html/
|
||||
|
||||
# autofoo
|
||||
Makefile
|
||||
Makefile.in
|
||||
@ -33,3 +42,4 @@ Makefile.in
|
||||
/ltmain.sh
|
||||
/m4/
|
||||
/missing
|
||||
/test-driver
|
||||
|
Loading…
Reference in New Issue
Block a user