blob: dde04e49d3289ffdcecbd20c200d42bad3be40fe [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
Patrick Venture9e0c1af2018-12-03 09:10:51 -080029/m4
Patrick Ventureef3aead2018-09-12 08:53:29 -070030
31# https://www.gnu.org/software/libtool/
32
33/ltmain.sh
34
35# http://www.gnu.org/software/texinfo
36
37/texinfo.tex
38
39# Repo Specific Items
40*.o
Patrick Venture0f115452018-09-27 14:24:21 -070041*.lo
Patrick Ventureef3aead2018-09-12 08:53:29 -070042/config.h
43/config.h.in~
44/config.log
45/config.status
46Makefile
47.deps
48.dirstamp
49/lib*
50.libs/
51/*-libtool
52/ipmid
53.project
54/test/*_unittest
55/test/*.log
56/test/*.trs
57
58# ignore vim swap files
59.*.sw*
60# failures from patch
61*.orig
62*.rej
63# backup files from some editors
64*~
65.cscope/
66build/