Brad Bishop | 172aa21 | 2016-09-21 21:41:07 -0400 | [diff] [blame] | 1 | settings_file.py |
Patrick Venture | 4aa8d23 | 2018-10-14 14:33:36 -0700 | [diff] [blame] | 2 | |
| 3 | # http://www.gnu.org/software/automake |
| 4 | |
| 5 | Makefile.in |
| 6 | /ar-lib |
| 7 | /mdate-sh |
| 8 | /py-compile |
| 9 | /test-driver |
| 10 | /ylwrap |
| 11 | |
| 12 | # http://www.gnu.org/software/autoconf |
| 13 | |
| 14 | /autom4te.cache |
| 15 | /autoscan.log |
| 16 | /autoscan-*.log |
| 17 | /aclocal.m4 |
| 18 | /compile |
| 19 | /config.guess |
| 20 | /config.h.in |
| 21 | /config.sub |
| 22 | /configure |
| 23 | /configure.scan |
| 24 | /depcomp |
| 25 | /install-sh |
| 26 | /missing |
| 27 | /stamp-h1 |
| 28 | |
| 29 | # https://www.gnu.org/software/libtool/ |
| 30 | |
| 31 | /ltmain.sh |
| 32 | |
| 33 | # http://www.gnu.org/software/texinfo |
| 34 | |
| 35 | /texinfo.tex |
| 36 | |
| 37 | # Repo Specific Items |
| 38 | *.o |
| 39 | /config.h |
| 40 | /config.h.in~ |
| 41 | /config.log |
| 42 | /config.status |
| 43 | Makefile |
| 44 | .deps |
| 45 | .dirstamp |
| 46 | /lib* |
| 47 | .libs/ |
| 48 | /*-libtool |
| 49 | .project |
| 50 | /test/*.log |
| 51 | /test/*.trs |
| 52 | # ignore vim swap files |
| 53 | .*.sw* |
| 54 | # failures from patch |
| 55 | *.orig |
| 56 | *.rej |
| 57 | # backup files from some editors |
| 58 | *~ |
| 59 | .cscope/ |
| 60 | build/ |