xref: /openbmc/phosphor-networkd/.gitignore (revision 0a01b2a9)
1# 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
33/libtool
34
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
45/ncsi-netlink
46/phosphor-network-manager
47Makefile
48.deps
49/*-libtool
50/xyz/
51test/*.log
52test/*.trs
53test/test_dns_updater
54test/test
55/xyz.openbmc_project.Network.conf
56/xyz.openbmc_project.Network.service
57
58# https://www.gitignore.io/api/python
59# Byte-compiled / optimized / DLL files
60__pycache__/
61*.py[cod]
62*$py.class
63
64/build*/
65/subprojects/*/
66