aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
parent0d2f95ffba76a338b5820f862d826a7ac1812ec3 (diff)
downloadlibbrandt-977de7747484be89d00aa70924cb937d0bed786c.tar.gz
libbrandt-977de7747484be89d00aa70924cb937d0bed786c.zip
update gitignore
Diffstat (limited to '.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 @@
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