aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-19 22:45:24 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-19 22:45:24 +0200
commit977de7747484be89d00aa70924cb937d0bed786c (patch)
treed711f91b277033a90d249d2f495bcd7a23776ce8
parent0d2f95ffba76a338b5820f862d826a7ac1812ec3 (diff)
update gitignore
-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 @@
*~
*.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