libbrandt/.gitignore

46 lines
417 B
Plaintext
Raw Normal View History

2016-05-17 22:03:26 +02:00
# vim temp files
*~
*.swp
2016-06-01 01:12:52 +02:00
2016-06-19 22:45:24 +02:00
# generated output
2016-06-01 10:00:04 +02:00
*.la
*.lo
*.o
2016-06-19 22:45:24 +02:00
/libbrandt-*.tar.gz
# test files
test_*
!test_*.c
2016-06-01 10:00:04 +02:00
2016-06-10 16:48:50 +02:00
# latex stuff
*.aux
*.log
*.pdf
2016-06-19 22:45:24 +02:00
/doc/man/
/doc/html/
2016-06-12 00:26:05 +02:00
# autofoo
Makefile
Makefile.in
2016-06-01 10:00:04 +02:00
/.deps/
/.libs/
2016-06-01 01:12:52 +02:00
/aclocal.m4
/autom4te.cache/
/autoscan-*.log
/compile
2016-06-01 10:00:04 +02:00
/config.guess
2016-06-01 01:12:52 +02:00
/config.log
/config.status
2016-06-01 10:00:04 +02:00
/config.sub
2016-06-01 01:12:52 +02:00
/configure
/configure.scan
2016-06-01 10:00:04 +02:00
/depcomp
2016-06-01 01:12:52 +02:00
/install-sh
2016-06-01 10:00:04 +02:00
/libtool
/ltmain.sh
/m4/
2016-06-01 01:12:52 +02:00
/missing
2016-06-19 22:45:24 +02:00
/test-driver