Kun Yi | 3c89b26 | 2018-06-14 12:34:09 -0700 | [diff] [blame] | 1 | # Template from |
| 2 | # https://github.com/github/gitignore/blob/master/Autotools.gitignore |
| 3 | |
| 4 | # http://www.gnu.org/software/automake |
| 5 | |
| 6 | Makefile.in |
| 7 | /ar-lib |
| 8 | /mdate-sh |
| 9 | /py-compile |
| 10 | /test-driver |
| 11 | /ylwrap |
| 12 | |
| 13 | # http://www.gnu.org/software/autoconf |
| 14 | |
| 15 | /autom4te.cache |
| 16 | /autoscan.log |
| 17 | /autoscan-*.log |
| 18 | /aclocal.m4 |
| 19 | /compile |
| 20 | /config.guess |
| 21 | /config.h.in |
| 22 | /config.sub |
| 23 | /configure |
| 24 | /configure.scan |
| 25 | /depcomp |
| 26 | /install-sh |
| 27 | /missing |
| 28 | /stamp-h1 |
| 29 | |
| 30 | # https://www.gnu.org/software/libtool/ |
| 31 | |
| 32 | /ltmain.sh |
| 33 | |
| 34 | # http://www.gnu.org/software/texinfo |
| 35 | |
| 36 | /texinfo.tex |
| 37 | |
| 38 | # http://www.gnu.org/software/m4/ |
| 39 | |
| 40 | m4/libtool.m4 |
| 41 | m4/ltoptions.m4 |
| 42 | m4/ltsugar.m4 |
| 43 | m4/ltversion.m4 |
| 44 | m4/lt~obsolete.m4 |
| 45 | |
| 46 | # Repo specific items |
| 47 | *.o |
Kun Yi | 3c89b26 | 2018-06-14 12:34:09 -0700 | [diff] [blame] | 48 | /config.h.in~ |
| 49 | /config.log |
| 50 | /config.status |
| 51 | /obmc-console-client |
| 52 | /obmc-console-server |
| 53 | Makefile |
| 54 | .deps |
| 55 | /*-libtool |
| 56 | test/*.log |
| 57 | test/*.trs |
| 58 | test/test-config-parse-logsize |
| 59 | test/test-ringbuffer-boundary-poll |
| 60 | test/test-ringbuffer-boundary-read |
| 61 | test/test-ringbuffer-contained-offset-read |
| 62 | test/test-ringbuffer-contained-read |
| 63 | test/test-ringbuffer-poll-force |
| 64 | test/test-ringbuffer-read-commit |
| 65 | test/test-ringbuffer-simple-poll |