root / .gitignore @ abb70ac7
History | View | Annotate | Download (700 Bytes)
| 1 | /build |
|---|---|
| 2 | # |
| 3 | # NOTE! Don't add files that are generated in specific |
| 4 | # subdirectories here. Add them in the ".gitignore" file |
| 5 | # in that subdirectory instead. |
| 6 | # |
| 7 | # NOTE! Please use 'git ls-files -i --exclude-standard' |
| 8 | # command after changing this file, to see if there are |
| 9 | # any tracked files which get ignored after the change. |
| 10 | # |
| 11 | .* |
| 12 | *.o |
| 13 | *.a |
| 14 | *.ko |
| 15 | *.so |
| 16 | *.la |
| 17 | *.lo |
| 18 | *.py[oc] |
| 19 | *.gz |
| 20 | *.exe |
| 21 | *.patch |
| 22 | *~ |
| 23 | \#*# |
| 24 | .deps |
| 25 | .libs |
| 26 | guile.log |
| 27 | TAGS |
| 28 | *-stamp |
| 29 | !.gitattributes |
| 30 | !.gitignore |
| 31 | make.log |
| 32 | /configure |
| 33 | /Makefile.in |
| 34 | /config.log |
| 35 | /config.h |
| 36 | /ltmain.sh |
| 37 | /Makefile |
| 38 | /config.status |
| 39 | /stamp-h1 |
| 40 | /config.h.in |
| 41 | /autom4te.cache |
| 42 | /libtool |
| 43 | /missing |
| 44 | /aclocal.m4 |
| 45 | /install-sh |
| 46 | /depcomp |
| 47 | /py-compile |
| 48 | /compile |
| 49 | /build |
| 50 | /run_tests.sh |
| 51 | /setup_guile_test_env |