.gitignore 296 B

123456789101112131415161718192021222324252627
  1. # emacs-generated files.
  2. *~
  3. \#*\#
  4. # autoconf/automake/autotools shit.
  5. compile
  6. depcomp
  7. aclocal.m4
  8. autom4te.cache
  9. install-sh
  10. Makefile.in
  11. Makefile
  12. config*
  13. .deps
  14. /missing
  15. # binaries, libraries, and objects
  16. *.[oa]
  17. qa
  18. gen
  19. unittest
  20. # latex-generated files.
  21. book/*.pdf
  22. book/*.out
  23. book/*.log
  24. book/*.aux