blob: 2d173c1b7c159fd34240520be4d4d1104f8f8621 [file] [log] [blame]
Patrick Ventureef3aead2018-09-12 08:53:29 -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 Venturea2efc762019-03-06 13:23:42 -080013# Code Coverage
14*.gcda
15*.gcno
16*.trs
17*-coverage*
18
Patrick Ventureef3aead2018-09-12 08:53:29 -070019# http://www.gnu.org/software/autoconf
20
21/autom4te.cache
22/autoscan.log
23/autoscan-*.log
24/aclocal.m4
25/compile
26/config.guess
27/config.h.in
28/config.sub
29/configure
30/configure.scan
31/depcomp
32/install-sh
33/missing
34/stamp-h1
Patrick Venture9e0c1af2018-12-03 09:10:51 -080035/m4
Patrick Ventureef3aead2018-09-12 08:53:29 -070036
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
Patrick Venture0f115452018-09-27 14:24:21 -070047*.lo
Patrick Ventureef3aead2018-09-12 08:53:29 -070048/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/