blob: a0d5baecf1c569c1ccec05b55d600e58fd013b9e [file] [log] [blame]
Vishwanatha Subbanna9e9fdf92017-10-16 22:54:48 +05301# Template from
2# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3
4# http://www.gnu.org/software/automake
5
6Makefile.in
7/ar-lib
8/mdate-sh
9/py-compile
10/test-driver
11/ylwrap
12
13# http://www.gnu.org/software/autoconf
14
15/autom4te.cache
16/autoscan.log
17/autoscan-*.log
18/aclocal.m4
19/compile
20/config.guess
21/config.h.in
22/config.sub
23/configure
24/configure.scan
25/depcomp
26/install-sh
27/missing
28/stamp-h1
29
30# https://www.gnu.org/software/libtool/
31
32/ltmain.sh
William A. Kennington III162db3a2021-05-13 19:15:37 -070033/libtool
Vishwanatha Subbanna9e9fdf92017-10-16 22:54:48 +053034
35# http://www.gnu.org/software/texinfo
36
37/texinfo.tex
38
39# Repo specific items
40*.o
41/config.h
42/config.h.in~
43/config.log
44/config.status
William A. Kennington III162db3a2021-05-13 19:15:37 -070045/ncsi-netlink
Vishwanatha Subbanna9e9fdf92017-10-16 22:54:48 +053046/phosphor-network-manager
47Makefile
48.deps
49/*-libtool
50/xyz/
51test/*.log
52test/*.trs
53test/test_dns_updater
William A. Kennington III162db3a2021-05-13 19:15:37 -070054test/test
55/xyz.openbmc_project.Network.conf
56/xyz.openbmc_project.Network.service
Vishwanatha Subbanna9e9fdf92017-10-16 22:54:48 +053057
58# https://www.gitignore.io/api/python
59# Byte-compiled / optimized / DLL files
60__pycache__/
61*.py[cod]
62*$py.class
William A. Kennington III0a01b2a2021-05-13 18:38:57 -070063
64/build*/
65/subprojects/*/