blob: bc496d1f3ae5e5b9df0f1a2e3b9d94c02fa9fd1e [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
William A. Kennington III2723f382018-12-10 15:23:47 -080039*.a
Andrew Geissler857f54b2017-04-02 18:46:09 -050040*.o
Patrick Venture1990c852018-11-20 11:19:23 -080041*.lo
William A. Kennington III2723f382018-12-10 15:23:47 -080042*.la
43*.so*
William A. Kennington III194375f2018-12-14 02:14:33 -080044*.pc
William A. Kennington III5023aa92019-04-04 18:00:09 -070045/aminclude_static.am
Andrew Geissler36cde982017-03-21 11:35:30 -050046/config.h
47/config.h.in~
48/config.log
49/config.status
50Makefile
51.deps
Tom Joseph9e553b32017-07-10 19:40:49 +053052.dirstamp
Tom Joseph9e553b32017-07-10 19:40:49 +053053.libs/
William A. Kennington III2723f382018-12-10 15:23:47 -080054/libtool
Andrew Geissler36cde982017-03-21 11:35:30 -050055/*-libtool
56/ipmid
Tom Joseph9e553b32017-07-10 19:40:49 +053057.project
Andrew Geissler857f54b2017-04-02 18:46:09 -050058/softoff/phosphor-softpoweroff
Tom Joseph9e553b32017-07-10 19:40:49 +053059/softoff/xyz/
Tom Joseph9e553b32017-07-10 19:40:49 +053060/fru-read-gen.cpp
Andrew Geissler36cde982017-03-21 11:35:30 -050061/ipmiwhitelist.cpp
62/sensor-gen.cpp
Tom Josephd5899e72017-05-05 11:20:34 +053063/inventory-sensor-gen.cpp
Marri Devender Rao37371c12017-07-03 00:55:30 -050064/fru-read-gen.cpp
Tom Josepha9fbff42018-01-22 14:59:09 +053065/channel-gen.cpp
Patrick Venture87c115f2019-02-19 14:36:28 -080066/entity-gen.cpp
Vernon Maueryc5046572018-07-27 16:49:02 -070067
Patrick Venture62c3e2c2018-10-23 20:00:57 -070068# test related
Patrick Venture62c3e2c2018-10-23 20:00:57 -070069/test/*.log
70/test/*.trs
71/test-suite.log
72*-1.0-coverage*
Patrick Venturef4a20852019-08-07 07:33:40 -070073*.gcda
74*.gcno
Patrick Venture62c3e2c2018-10-23 20:00:57 -070075softoff/test
Patrick Venturef4a20852019-08-07 07:33:40 -070076test/*_unittest
Patrick Venture62c3e2c2018-10-23 20:00:57 -070077
Vernon Maueryc5046572018-07-27 16:49:02 -070078# ignore vim swap files
79.*.sw*
80# failures from patch
81*.orig
82*.rej
83# backup files from some editors
84*~
85.cscope/
86build/