libbrandt/.gitignore
2016-06-19 22:45:24 +02:00

46 lines
417 B
Plaintext

# vim temp files
*~
*.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
/.deps/
/.libs/
/aclocal.m4
/autom4te.cache/
/autoscan-*.log
/compile
/config.guess
/config.log
/config.status
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/
/missing
/test-driver