blob: 33981e727c5e3c8befb8ce42f7c0ab60c6e599f4 [file] [log] [blame]
Patrick Williamscf53a942022-03-21 11:10:43 -05001# Meson ignores.
2build*/
3subprojects/*
4!subprojects/*.wrap
5
Vishwanatha Subbanna54309f12017-09-06 11:37:58 +05306# Template from
7# https://github.com/github/gitignore/blob/master/Autotools.gitignore
8
9# http://www.gnu.org/software/automake
10
11Makefile.in
12/ar-lib
13/mdate-sh
14/py-compile
15/test-driver
16/ylwrap
17
18# http://www.gnu.org/software/autoconf
19
20/autom4te.cache
21/autoscan.log
22/autoscan-*.log
23/aclocal.m4
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
38
39# http://www.gnu.org/software/texinfo
40
41/texinfo.tex
42
43# Repo specific items
44*.o
45/config.h
46/config.h.in~
47/config.log
48/config.status
49/phosphor-user-manager
50Makefile
51.deps
Zhenfei Tai4f617b72020-06-03 17:21:01 -070052/*libtool
Tom Joseph536ea322018-09-14 10:02:20 +053053.project
54/phosphor-ldap-mapper/phosphor-ldap-mapper
Nagaraju Gorugantid514e5d2018-11-08 03:07:25 -060055/phosphor-ldap-config/phosphor-ldap-conf
56/test/ldap_config_test
57/test/utest
58/test/ldap_config_test.log
59/test/ldap_config_test.trs
60/test/test-suite.log
61/test/utest.log
62/test/utest.trs
Tom Josephf870b482018-11-19 09:55:45 +053063/test/ldap_mapper_test
64/test/ldap_mapper_test.log
65/test/ldap_mapper_test.trs
66