blob: b98ab09f2eb6e26141a84a1a18408dfcb4dafc8f [file] [log] [blame]
Patrick Williamscf53a942022-03-21 11:10:43 -05001# Meson ignores.
2build*/
3subprojects/*
4!subprojects/*.wrap
Konstantin Aladyshev86597bd2024-04-02 16:59:29 +03005!subprojects/packagefiles
Nan Zhou1db5c732022-08-29 17:50:02 +00006# indirect dependencies should be ignored
7subprojects/fmt.wrap
8subprojects/function2.wrap
9subprojects/stdplus.wrap
Patrick Williamscf53a942022-03-21 11:10:43 -050010
Vishwanatha Subbanna54309f12017-09-06 11:37:58 +053011# 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
Zhenfei Tai4f617b72020-06-03 17:21:01 -070057/*libtool
Tom Joseph536ea322018-09-14 10:02:20 +053058.project
59/phosphor-ldap-mapper/phosphor-ldap-mapper
Nagaraju Gorugantid514e5d2018-11-08 03:07:25 -060060/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 Josephf870b482018-11-19 09:55:45 +053068/test/ldap_mapper_test
69/test/ldap_mapper_test.log
70/test/ldap_mapper_test.trs
Nan Zhou1db5c732022-08-29 17:50:02 +000071/test/user_mgr_test
72/test/user_mgr_test.log
73/test/user_mgr_test.trs
Tom Josephf870b482018-11-19 09:55:45 +053074
Nan Zhou1db5c732022-08-29 17:50:02 +000075# devtool modify
76config.guess~
77config.sub~
78configure~