update gitignore
This commit is contained in:
parent
0d2f95ffba
commit
977de77474
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user