blob: 8f3b58d121f9f5ac2a7e30fb1672e3525a92b894 [file] [log] [blame]
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -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
Patrick Venturef523ea22018-12-03 09:04:12 -080031libtool
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050032
33# http://www.gnu.org/software/texinfo
34
35/texinfo.tex
36
37# Repo Specific Items
38*.o
39*.trs
40/config.h
41/config.h.in~
42*.log
43/config.status
44Makefile
45.deps
46*-libtool
Patrick Venturef523ea22018-12-03 09:04:12 -080047/phosphor-certificate-manager
48test/certs_manager_test