Vishwanatha Subbanna | d7f9cd1 | 2017-04-04 14:11:12 +0530 | [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 | # Repo specific items |
Matt Spinler | 936a504 | 2017-05-25 10:17:13 -0500 | [diff] [blame] | 39 | *.o |
Vishwanatha Subbanna | d7f9cd1 | 2017-04-04 14:11:12 +0530 | [diff] [blame] | 40 | /config.h |
| 41 | /config.h.in~ |
| 42 | /config.log |
| 43 | /config.status |
| 44 | /phosphor-gpio-monitor |
Gunnar Mills | 7263915 | 2017-06-22 15:06:21 -0500 | [diff] [blame] | 45 | /presence/phosphor-gpio-presence |
Matt Spinler | 936a504 | 2017-05-25 10:17:13 -0500 | [diff] [blame] | 46 | Makefile |
| 47 | .deps |
Vishwanatha Subbanna | d7f9cd1 | 2017-04-04 14:11:12 +0530 | [diff] [blame] | 48 | /*-libtool |
| 49 | /test/.deps |
| 50 | /test/Makefile |
Matt Spinler | 936a504 | 2017-05-25 10:17:13 -0500 | [diff] [blame] | 51 | phosphor-gpio-util |