blob: 90e7bd9959ddd99473cad905e47ec5cbbf4e6439 [file] [log] [blame]
Matt Spinlerc1d65772018-03-27 10:15:32 -05001# 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/aclocal.m4
17/compile
18/config.guess
19/config.h.in
20/config.sub
21/configure
22/configure.scan
23/depcomp
24/install-sh
25/missing
26/stamp-h1
27
28# https://www.gnu.org/software/libtool/
29
30/ltmain.sh
31
32# http://www.gnu.org/software/texinfo
33
34/texinfo.tex
35
36# Repo Specific Items
37ibm-log-manager
Matt Spinlerb96fa322018-03-27 13:39:33 -050038test_policy
Matt Spinlerc1d65772018-03-27 10:15:32 -050039.*.swp
40*.o
41*.trs
42/config.h
43/config.h.in~
44*.log
45/config.status
46Makefile
47.deps
48/test/utest
49*-libtool