1# Meson ignores. 2build*/ 3subprojects/* 4!subprojects/*.wrap 5!subprojects/packagefiles 6# indirect dependencies should be ignored 7subprojects/fmt.wrap 8subprojects/function2.wrap 9subprojects/stdplus.wrap 10 11# Template from 12# https://github.com/github/gitignore/blob/master/Autotools.gitignore 13 14# http://www.gnu.org/software/automake 15 16Makefile.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 55Makefile 56.deps 57/*libtool 58.project 59/phosphor-ldap-mapper/phosphor-ldap-mapper 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 68/test/ldap_mapper_test 69/test/ldap_mapper_test.log 70/test/ldap_mapper_test.trs 71/test/user_mgr_test 72/test/user_mgr_test.log 73/test/user_mgr_test.trs 74 75# devtool modify 76config.guess~ 77config.sub~ 78configure~ 79