12345678910111213141516171819202122232425262728293031323334 |
- # -*- shell-script -*-
- # Compiled Scheme files
- *.go
- # Backup files
- *\~
- # Auto-generated files
- Makefile
- Makefile.in
- configure
- *.tar.gz
- *.tar.gz.sig
- # Ignore files produced by the magic snarfer
- *.x
- config.log
- config.status
- .deps
- autom4te.cache
- aclocal.m4
- libtool
- TAGS
- tags
- GPATH
- GRTAGS
- GTAGS
- /doc/version.texi
|