xref: /openbmc/phosphor-host-ipmid/.gitignore (revision 240b186c)
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
34# http://www.gnu.org/software/texinfo
35
36/texinfo.tex
37
38# Repo Specific Items
39*.a
40*.o
41*.lo
42*.la
43*.so*
44*.pc
45/config.h
46/config.h.in~
47/config.log
48/config.status
49Makefile
50.deps
51.dirstamp
52.libs/
53/libtool
54/*-libtool
55/ipmid
56.project
57/softoff/phosphor-softpoweroff
58/softoff/xyz/
59/fru-read-gen.cpp
60/ipmiwhitelist.cpp
61/sensor-gen.cpp
62/inventory-sensor-gen.cpp
63/fru-read-gen.cpp
64/channel-gen.cpp
65/entity-gen.cpp
66
67# test related
68/test/sample_unittest
69/test/*.log
70/test/*.trs
71/test-suite.log
72*-1.0-coverage*
73test/*.gcda
74test/*.gcno
75softoff/test
76
77# ignore vim swap files
78.*.sw*
79# failures from patch
80*.orig
81*.rej
82# backup files from some editors
83*~
84.cscope/
85build/
86