Jayanth Othayoth | 0aa0d11 | 2018-09-03 03:47:27 -0500 | [diff] [blame] | 1 | # Template from: |
| 2 | # https://github.com/github/gitignore/blob/master/Autotools.gitignore |
| 3 | |
| 4 | # http://www.gnu.org/software/automake |
| 5 | |
Lakshminarayana R. Kammath | 480f30d | 2020-05-21 10:02:28 -0500 | [diff] [blame] | 6 | # Code Coverage |
| 7 | *.gcda |
| 8 | *.gcno |
| 9 | *.trs |
| 10 | *-coverage* |
| 11 | |
Jayanth Othayoth | 0aa0d11 | 2018-09-03 03:47:27 -0500 | [diff] [blame] | 12 | Makefile.in |
| 13 | /ar-lib |
| 14 | /mdate-sh |
| 15 | /py-compile |
| 16 | /test-driver |
| 17 | /ylwrap |
| 18 | |
| 19 | # http://www.gnu.org/software/autoconf |
| 20 | |
| 21 | /autom4te.cache |
| 22 | /aclocal.m4 |
Lakshminarayana R. Kammath | 480f30d | 2020-05-21 10:02:28 -0500 | [diff] [blame] | 23 | /aminclude_static.am |
Jayanth Othayoth | 0aa0d11 | 2018-09-03 03:47:27 -0500 | [diff] [blame] | 24 | /compile |
| 25 | /config.guess |
| 26 | /config.h.in |
| 27 | /config.sub |
| 28 | /configure |
| 29 | /configure.scan |
| 30 | /depcomp |
| 31 | /install-sh |
| 32 | /missing |
| 33 | /stamp-h1 |
| 34 | |
| 35 | # https://www.gnu.org/software/libtool/ |
| 36 | |
| 37 | /ltmain.sh |
Patrick Venture | f523ea2 | 2018-12-03 09:04:12 -0800 | [diff] [blame] | 38 | libtool |
Jayanth Othayoth | 0aa0d11 | 2018-09-03 03:47:27 -0500 | [diff] [blame] | 39 | |
| 40 | # http://www.gnu.org/software/texinfo |
| 41 | |
| 42 | /texinfo.tex |
| 43 | |
| 44 | # Repo Specific Items |
| 45 | *.o |
| 46 | *.trs |
| 47 | /config.h |
| 48 | /config.h.in~ |
| 49 | *.log |
| 50 | /config.status |
| 51 | Makefile |
| 52 | .deps |
| 53 | *-libtool |
Patrick Venture | f523ea2 | 2018-12-03 09:04:12 -0800 | [diff] [blame] | 54 | /phosphor-certificate-manager |
| 55 | test/certs_manager_test |