aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 750741a..aa3c269 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,15 +2,24 @@
2*~ 2*~
3*.swp 3*.swp
4 4
5# generated output
5*.la 6*.la
6*.lo 7*.lo
7*.o 8*.o
9/libbrandt-*.tar.gz
10
11# test files
12test_*
13!test_*.c
8 14
9# latex stuff 15# latex stuff
10*.aux 16*.aux
11*.log 17*.log
12*.pdf 18*.pdf
13 19
20/doc/man/
21/doc/html/
22
14# autofoo 23# autofoo
15Makefile 24Makefile
16Makefile.in 25Makefile.in
@@ -33,3 +42,4 @@ Makefile.in
33/ltmain.sh 42/ltmain.sh
34/m4/ 43/m4/
35/missing 44/missing
45/test-driver