Andrew Jeffery | 2277804 | 2017-01-13 22:37:26 +1030 | [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 |
Cyril Bur | 465c676 | 2017-01-25 11:01:34 +1100 | [diff] [blame] | 39 | /m4/* |
| 40 | *.swp |
| 41 | /libtool |
Andrew Jeffery | 2277804 | 2017-01-13 22:37:26 +1030 | [diff] [blame] | 42 | /*.o |
Andrew Jeffery | 53c21aa | 2018-03-26 11:56:16 +1030 | [diff] [blame] | 43 | /vpnor/*.o |
Andrew Jeffery | 2277804 | 2017-01-13 22:37:26 +1030 | [diff] [blame] | 44 | /config.h |
| 45 | /config.h.in~ |
| 46 | /config.log |
| 47 | /config.status |
| 48 | Makefile |
| 49 | .deps |
| 50 | arm-openbmc-linux-gnueabi-libtool |
Leonel Gonzalez | 5cd1a43 | 2017-07-27 16:15:11 -0500 | [diff] [blame] | 51 | /mboxd |
Suraj Jitindar Singh | 888ab85 | 2017-03-28 11:00:35 +1100 | [diff] [blame] | 52 | mboxctl |
Andrew Jeffery | baea36d | 2018-02-26 09:19:36 +1030 | [diff] [blame] | 53 | /cscope.* |
Andrew Jeffery | 2c461f0 | 2017-04-11 15:42:42 +0930 | [diff] [blame] | 54 | /test/*.o |
Andrew Jeffery | 30bcf84 | 2018-03-26 12:13:20 +1030 | [diff] [blame] | 55 | /vpnor/test/*.o |
Andrew Jeffery | 2c461f0 | 2017-04-11 15:42:42 +0930 | [diff] [blame] | 56 | |
| 57 | # Autotools test infrastructure |
| 58 | *.log |
| 59 | *.trs |
Andrew Jeffery | 65e2162 | 2017-04-12 20:25:31 +0930 | [diff] [blame] | 60 | *.gcno |
| 61 | *.gcda |