Patrick Williams | cf53a94 | 2022-03-21 11:10:43 -0500 | [diff] [blame] | 1 | # Meson ignores. |
| 2 | build*/ |
| 3 | subprojects/* |
| 4 | !subprojects/*.wrap |
Konstantin Aladyshev | 86597bd | 2024-04-02 16:59:29 +0300 | [diff] [blame] | 5 | !subprojects/packagefiles |
Nan Zhou | 1db5c73 | 2022-08-29 17:50:02 +0000 | [diff] [blame] | 6 | # indirect dependencies should be ignored |
| 7 | subprojects/fmt.wrap |
| 8 | subprojects/function2.wrap |
| 9 | subprojects/stdplus.wrap |
Patrick Williams | cf53a94 | 2022-03-21 11:10:43 -0500 | [diff] [blame] | 10 | |
Vishwanatha Subbanna | 54309f1 | 2017-09-06 11:37:58 +0530 | [diff] [blame] | 11 | # Template from |
| 12 | # https://github.com/github/gitignore/blob/master/Autotools.gitignore |
| 13 | |
| 14 | # http://www.gnu.org/software/automake |
| 15 | |
| 16 | Makefile.in |
| 17 | /ar-lib |
| 18 | /mdate-sh |
| 19 | /py-compile |
| 20 | /test-driver |
| 21 | /ylwrap |
| 22 | |
| 23 | # http://www.gnu.org/software/autoconf |
| 24 | |
| 25 | /autom4te.cache |
| 26 | /autoscan.log |
| 27 | /autoscan-*.log |
| 28 | /aclocal.m4 |
| 29 | /compile |
| 30 | /config.guess |
| 31 | /config.h.in |
| 32 | /config.sub |
| 33 | /configure |
| 34 | /configure.scan |
| 35 | /depcomp |
| 36 | /install-sh |
| 37 | /missing |
| 38 | /stamp-h1 |
| 39 | |
| 40 | # https://www.gnu.org/software/libtool/ |
| 41 | |
| 42 | /ltmain.sh |
| 43 | |
| 44 | # http://www.gnu.org/software/texinfo |
| 45 | |
| 46 | /texinfo.tex |
| 47 | |
| 48 | # Repo specific items |
| 49 | *.o |
| 50 | /config.h |
| 51 | /config.h.in~ |
| 52 | /config.log |
| 53 | /config.status |
| 54 | /phosphor-user-manager |
| 55 | Makefile |
| 56 | .deps |
Zhenfei Tai | 4f617b7 | 2020-06-03 17:21:01 -0700 | [diff] [blame] | 57 | /*libtool |
Tom Joseph | 536ea32 | 2018-09-14 10:02:20 +0530 | [diff] [blame] | 58 | .project |
| 59 | /phosphor-ldap-mapper/phosphor-ldap-mapper |
Nagaraju Goruganti | d514e5d | 2018-11-08 03:07:25 -0600 | [diff] [blame] | 60 | /phosphor-ldap-config/phosphor-ldap-conf |
| 61 | /test/ldap_config_test |
| 62 | /test/utest |
| 63 | /test/ldap_config_test.log |
| 64 | /test/ldap_config_test.trs |
| 65 | /test/test-suite.log |
| 66 | /test/utest.log |
| 67 | /test/utest.trs |
Tom Joseph | f870b48 | 2018-11-19 09:55:45 +0530 | [diff] [blame] | 68 | /test/ldap_mapper_test |
| 69 | /test/ldap_mapper_test.log |
| 70 | /test/ldap_mapper_test.trs |
Nan Zhou | 1db5c73 | 2022-08-29 17:50:02 +0000 | [diff] [blame] | 71 | /test/user_mgr_test |
| 72 | /test/user_mgr_test.log |
| 73 | /test/user_mgr_test.trs |
Tom Joseph | f870b48 | 2018-11-19 09:55:45 +0530 | [diff] [blame] | 74 | |
Nan Zhou | 1db5c73 | 2022-08-29 17:50:02 +0000 | [diff] [blame] | 75 | # devtool modify |
| 76 | config.guess~ |
| 77 | config.sub~ |
| 78 | configure~ |