blob: eded194a770f862218c70e65dd2c7e0a49e53c7e [file] [log] [blame]
Patrick Ventured26fff42018-09-18 15:37:59 -07001# Template from:
2# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3
4# http://www.gnu.org/software/automake
5
Patrick Venture6bb5cfc2019-03-18 18:45:08 -07006
7# Code Coverage
8*.gcda
9*.gcno
10*.trs
11*-coverage*
12
Patrick Ventured26fff42018-09-18 15:37:59 -070013Makefile.in
14/ar-lib
15/mdate-sh
16/py-compile
17/test-driver
18/ylwrap
19
20# http://www.gnu.org/software/autoconf
21
Patrick Venture6bb5cfc2019-03-18 18:45:08 -070022/aminclude_static.am
Patrick Ventured26fff42018-09-18 15:37:59 -070023/autom4te.cache
24/autoscan.log
25/autoscan-*.log
26/aclocal.m4
27/compile
28/config.guess
29/config.h.in
30/config.sub
31/configure
32/configure.scan
33/depcomp
34/install-sh
35/missing
36/stamp-h1
37
38# https://www.gnu.org/software/libtool/
39
40/ltmain.sh
41
42# http://www.gnu.org/software/texinfo
43
44/texinfo.tex
45
46# Repo Specific Items
47*.o
48/config.h
49/config.h.in~
50/config.log
51/config.status
52Makefile
53.deps
54.dirstamp
55/lib*
56.libs/
57/*-libtool
58/ipmid
59.project
60/test/*_unittest
61/test/*.log
62/test/*.trs
63
64# ignore vim swap files
65.*.sw*
66# failures from patch
67*.orig
68*.rej
69# backup files from some editors
70*~
71.cscope/
72build/