123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # emacs-generated files.
- *~
- \#*\#
- # autoconf/automake/autotools shit.
- stamp-h1
- compile
- depcomp
- aclocal.m4
- autom4te.cache
- install-sh
- Makefile.in
- Makefile
- config*
- .deps
- /missing
- *.Po
- # tests shit
- *.trs
- *.log
- test-driver
- # unittests
- test_*
- !test_*.c
- # binaries, libraries, and objects
- *.[oa]
- qa
- gen
- unittest
- primes.txt
- # latex-generated files.
- book/*.pdf
- book/*.out
- book/*.log
- book/*.aux
- book/*.idx
- book/*.toc
|