.gitignore 316 B

12345678910111213141516171819202122232425262728293031323334
  1. # -*- shell-script -*-
  2. # Compiled Scheme files
  3. *.go
  4. # Backup files
  5. *\~
  6. # Auto-generated files
  7. Makefile
  8. Makefile.in
  9. configure
  10. *.tar.gz
  11. *.tar.gz.sig
  12. # Ignore files produced by the magic snarfer
  13. *.x
  14. config.log
  15. config.status
  16. .deps
  17. autom4te.cache
  18. aclocal.m4
  19. libtool
  20. TAGS
  21. tags
  22. GPATH
  23. GRTAGS
  24. GTAGS
  25. /doc/version.texi