1# Meson ignores. 2build*/ 3subprojects/* 4!subprojects/*.wrap 5# indirect dependencies should be ignored 6subprojects/fmt.wrap 7subprojects/function2.wrap 8subprojects/stdplus.wrap 9 10# Template from 11# https://github.com/github/gitignore/blob/master/Autotools.gitignore 12 13# http://www.gnu.org/software/automake 14 15Makefile.in 16/ar-lib 17/mdate-sh 18/py-compile 19/test-driver 20/ylwrap 21 22# http://www.gnu.org/software/autoconf 23 24/autom4te.cache 25/autoscan.log 26/autoscan-*.log 27/aclocal.m4 28/compile 29/config.guess 30/config.h.in 31/config.sub 32/configure 33/configure.scan 34/depcomp 35/install-sh 36/missing 37/stamp-h1 38 39# https://www.gnu.org/software/libtool/ 40 41/ltmain.sh 42 43# http://www.gnu.org/software/texinfo 44 45/texinfo.tex 46 47# Repo specific items 48*.o 49/config.h 50/config.h.in~ 51/config.log 52/config.status 53/phosphor-user-manager 54Makefile 55.deps 56/*libtool 57.project 58/phosphor-ldap-mapper/phosphor-ldap-mapper 59/phosphor-ldap-config/phosphor-ldap-conf 60/test/ldap_config_test 61/test/utest 62/test/ldap_config_test.log 63/test/ldap_config_test.trs 64/test/test-suite.log 65/test/utest.log 66/test/utest.trs 67/test/ldap_mapper_test 68/test/ldap_mapper_test.log 69/test/ldap_mapper_test.trs 70/test/user_mgr_test 71/test/user_mgr_test.log 72/test/user_mgr_test.trs 73 74# devtool modify 75config.guess~ 76config.sub~ 77configure~ 78