blob: 91e40cd779be74688bae93df3ffa56981ea59eb5 [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
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
39*.o
Patrick Venture0f115452018-09-27 14:24:21 -070040*.lo
Patrick Ventureef3aead2018-09-12 08:53:29 -070041/config.h
42/config.h.in~
43/config.log
44/config.status
45Makefile
46.deps
47.dirstamp
48/lib*
49.libs/
50/*-libtool
51/ipmid
52.project
53/test/*_unittest
54/test/*.log
55/test/*.trs
56
57# ignore vim swap files
58.*.sw*
59# failures from patch
60*.orig
61*.rej
62# backup files from some editors
63*~
64.cscope/
65build/