blob: 8e371263496635079d3a18f62cecaa952898b054 [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
Lakshminarayana R. Kammath480f30d2020-05-21 10:02:28 -05006# Code Coverage
7*.gcda
8*.gcno
9*.trs
10*-coverage*
11
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050012Makefile.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
Lakshminarayana R. Kammath480f30d2020-05-21 10:02:28 -050023/aminclude_static.am
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050024/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
Patrick Venturef523ea22018-12-03 09:04:12 -080038libtool
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050039
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
Patrick Venturef523ea22018-12-03 09:04:12 -080054/phosphor-certificate-manager
55test/certs_manager_test