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