Vishwanatha Subbanna | 54309f1 | 2017-09-06 11:37:58 +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 |
| 39 | *.o |
| 40 | /config.h |
| 41 | /config.h.in~ |
| 42 | /config.log |
| 43 | /config.status |
| 44 | /phosphor-user-manager |
| 45 | Makefile |
| 46 | .deps |
Zhenfei Tai | 4f617b7 | 2020-06-03 17:21:01 -0700 | [diff] [blame] | 47 | /*libtool |
Tom Joseph | 536ea32 | 2018-09-14 10:02:20 +0530 | [diff] [blame] | 48 | .project |
| 49 | /phosphor-ldap-mapper/phosphor-ldap-mapper |
Nagaraju Goruganti | d514e5d | 2018-11-08 03:07:25 -0600 | [diff] [blame] | 50 | /phosphor-ldap-config/phosphor-ldap-conf |
| 51 | /test/ldap_config_test |
| 52 | /test/utest |
| 53 | /test/ldap_config_test.log |
| 54 | /test/ldap_config_test.trs |
| 55 | /test/test-suite.log |
| 56 | /test/utest.log |
| 57 | /test/utest.trs |
Tom Joseph | f870b48 | 2018-11-19 09:55:45 +0530 | [diff] [blame] | 58 | /test/ldap_mapper_test |
| 59 | /test/ldap_mapper_test.log |
| 60 | /test/ldap_mapper_test.trs |
| 61 | |