xref: /openbmc/phosphor-host-ipmid/.gitignore (revision f4a2085c)
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/aminclude_static.am
46/config.h
47/config.h.in~
48/config.log
49/config.status
50Makefile
51.deps
52.dirstamp
53.libs/
54/libtool
55/*-libtool
56/ipmid
57.project
58/softoff/phosphor-softpoweroff
59/softoff/xyz/
60/fru-read-gen.cpp
61/ipmiwhitelist.cpp
62/sensor-gen.cpp
63/inventory-sensor-gen.cpp
64/fru-read-gen.cpp
65/channel-gen.cpp
66/entity-gen.cpp
67
68# test related
69/test/*.log
70/test/*.trs
71/test-suite.log
72*-1.0-coverage*
73*.gcda
74*.gcno
75softoff/test
76test/*_unittest
77
78# ignore vim swap files
79.*.sw*
80# failures from patch
81*.orig
82*.rej
83# backup files from some editors
84*~
85.cscope/
86build/
87