.gitignore 412 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # emacs-generated files.
  2. *~
  3. \#*\#
  4. # autoconf/automake/autotools shit.
  5. stamp-h1
  6. compile
  7. depcomp
  8. aclocal.m4
  9. autom4te.cache
  10. install-sh
  11. Makefile.in
  12. Makefile
  13. config*
  14. .deps
  15. /missing
  16. *.Po
  17. # tests shit
  18. *.trs
  19. *.log
  20. test-driver
  21. # unittests
  22. test_*
  23. !test_*.c
  24. # binaries, libraries, and objects
  25. *.[oa]
  26. qa
  27. gen
  28. unittest
  29. primes.txt
  30. # latex-generated files.
  31. book/*.pdf
  32. book/*.out
  33. book/*.log
  34. book/*.aux
  35. book/*.idx
  36. book/*.toc