blob: 69009e65bca4607b5acb5b7345ec2d2f483be33d [file] [log] [blame]
Patrick Venture4d49ae62018-09-17 11:35:32 -07001# 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
Patrick Venture6667a642019-03-13 16:39:30 -070013# Code Coverage
14*.gcda
15*.gcno
16*.trs
17*-coverage*
18
Patrick Venture4d49ae62018-09-17 11:35:32 -070019# http://www.gnu.org/software/autoconf
20
21/autom4te.cache
22/autoscan.log
23/autoscan-*.log
24/aclocal.m4
Patrick Venture6667a642019-03-13 16:39:30 -070025/aminclude_static.am
Patrick Venture4d49ae62018-09-17 11:35:32 -070026/compile
27/config.guess
28/config.h.in
29/config.sub
30/configure
31/configure.scan
32/depcomp
33/install-sh
34/missing
35/stamp-h1
36
37# https://www.gnu.org/software/libtool/
38
39/ltmain.sh
40
41# http://www.gnu.org/software/texinfo
42
43/texinfo.tex
44
45# Repo Specific Items
46*.o
47/config.h
48/config.h.in~
49/config.log
50/config.status
51Makefile
52.deps
53.dirstamp
54/lib*
55.libs/
56/*-libtool
57/ipmid
58.project
59/test/*_unittest
60/test/*.log
61/test/*.trs
62
63# ignore vim swap files
64.*.sw*
65# failures from patch
66*.orig
67*.rej
68# backup files from some editors
69*~
70.cscope/
71build/