blob: 5d249f7026a0e1f367708437096488363a5d7fe4 [file] [log] [blame]
Andrew Geissler36cde982017-03-21 11:35:30 -05001# 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
Andrew Geissler857f54b2017-04-02 18:46:09 -050039*.o
Andrew Geissler36cde982017-03-21 11:35:30 -050040/config.h
41/config.h.in~
42/config.log
43/config.status
44Makefile
45.deps
Tom Joseph9e553b32017-07-10 19:40:49 +053046.dirstamp
Andrew Geissler36cde982017-03-21 11:35:30 -050047/lib*
Tom Joseph9e553b32017-07-10 19:40:49 +053048.libs/
Andrew Geissler36cde982017-03-21 11:35:30 -050049/*-libtool
50/ipmid
Tom Joseph9e553b32017-07-10 19:40:49 +053051.project
Andrew Geissler857f54b2017-04-02 18:46:09 -050052/softoff/phosphor-softpoweroff
Tom Joseph9e553b32017-07-10 19:40:49 +053053/softoff/xyz/
Tom Joseph9e553b32017-07-10 19:40:49 +053054/fru-read-gen.cpp
Andrew Geissler36cde982017-03-21 11:35:30 -050055/ipmiwhitelist.cpp
56/sensor-gen.cpp
Tom Josephd5899e72017-05-05 11:20:34 +053057/inventory-sensor-gen.cpp
Marri Devender Rao37371c12017-07-03 00:55:30 -050058/fru-read-gen.cpp
Tom Josephef7773c2017-11-07 19:24:20 +053059/app/*.lo
Tom Josepha9fbff42018-01-22 14:59:09 +053060/channel-gen.cpp
Vernon Maueryc5046572018-07-27 16:49:02 -070061
Patrick Venture62c3e2c2018-10-23 20:00:57 -070062# test related
63/test/sample_unittest
64/test/*.log
65/test/*.trs
66/test-suite.log
67*-1.0-coverage*
68test/*.gcda
69test/*.gcno
70softoff/test
71
Vernon Maueryc5046572018-07-27 16:49:02 -070072# ignore vim swap files
73.*.sw*
74# failures from patch
75*.orig
76*.rej
77# backup files from some editors
78*~
79.cscope/
80build/