1*c7fc3233SMatt Spinler# Template from:
2*c7fc3233SMatt Spinler# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3*c7fc3233SMatt Spinler
4*c7fc3233SMatt Spinler# http://www.gnu.org/software/automake
5*c7fc3233SMatt Spinler
6*c7fc3233SMatt SpinlerMakefile.in
7*c7fc3233SMatt Spinler/ar-lib
8*c7fc3233SMatt Spinler/mdate-sh
9*c7fc3233SMatt Spinler/py-compile
10*c7fc3233SMatt Spinler/test-driver
11*c7fc3233SMatt Spinler/ylwrap
12*c7fc3233SMatt Spinler
13*c7fc3233SMatt Spinler# http://www.gnu.org/software/autoconf
14*c7fc3233SMatt Spinler
15*c7fc3233SMatt Spinler/autom4te.cache
16*c7fc3233SMatt Spinler/autoscan.log
17*c7fc3233SMatt Spinler/autoscan-*.log
18*c7fc3233SMatt Spinler/aclocal.m4
19*c7fc3233SMatt Spinler/compile
20*c7fc3233SMatt Spinler/config.guess
21*c7fc3233SMatt Spinler/config.h.in
22*c7fc3233SMatt Spinler/config.sub
23*c7fc3233SMatt Spinler/configure
24*c7fc3233SMatt Spinler/configure.scan
25*c7fc3233SMatt Spinler/depcomp
26*c7fc3233SMatt Spinler/install-sh
27*c7fc3233SMatt Spinler/missing
28*c7fc3233SMatt Spinler/stamp-h1
29*c7fc3233SMatt Spinler
30*c7fc3233SMatt Spinler# https://www.gnu.org/software/libtool/
31*c7fc3233SMatt Spinler
32*c7fc3233SMatt Spinler/ltmain.sh
33*c7fc3233SMatt Spinler
34*c7fc3233SMatt Spinler# http://www.gnu.org/software/texinfo
35*c7fc3233SMatt Spinler
36*c7fc3233SMatt Spinler/texinfo.tex
37*c7fc3233SMatt Spinler
38*c7fc3233SMatt Spinler# Repo Specific Items
39*c7fc3233SMatt SpinlerMakefile.interfaces
40*c7fc3233SMatt SpinlerMakefile.yaml
41*c7fc3233SMatt Spinler*.pc
42*c7fc3233SMatt Spinler.deps
43*c7fc3233SMatt Spinler*.o
44*c7fc3233SMatt Spinler*.la
45*c7fc3233SMatt Spinler*.lo
46*c7fc3233SMatt Spinler*.log
47*c7fc3233SMatt Spinler/config.h
48*c7fc3233SMatt Spinler/config.h.in~
49*c7fc3233SMatt Spinler/config.status
50*c7fc3233SMatt SpinlerMakefile
51*c7fc3233SMatt Spinler*-libtool
52*c7fc3233SMatt Spinler.libs
53*c7fc3233SMatt Spinler*.hpp
54*c7fc3233SMatt Spinler*.cpp
55