blob: f623d4fda953b959241b5a63b3554c991290aa3a [file] [log] [blame]
Patrick Williamsbb939ea2021-12-03 15:41:02 -06001build*/
2subprojects/*
3!subprojects/*.wrap
4
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -05005# Template from:
6# https://github.com/github/gitignore/blob/master/Autotools.gitignore
7
8# http://www.gnu.org/software/automake
9
Lakshminarayana R. Kammath480f30d2020-05-21 10:02:28 -050010# Code Coverage
11*.gcda
12*.gcno
13*.trs
14*-coverage*
15
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050016Makefile.in
17/ar-lib
18/mdate-sh
19/py-compile
20/test-driver
21/ylwrap
22
23# http://www.gnu.org/software/autoconf
24
25/autom4te.cache
26/aclocal.m4
Lakshminarayana R. Kammath480f30d2020-05-21 10:02:28 -050027/aminclude_static.am
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050028/compile
29/config.guess
30/config.h.in
31/config.sub
32/configure
33/configure.scan
34/depcomp
35/install-sh
36/missing
37/stamp-h1
38
39# https://www.gnu.org/software/libtool/
40
41/ltmain.sh
Patrick Venturef523ea22018-12-03 09:04:12 -080042libtool
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050043
44# http://www.gnu.org/software/texinfo
45
46/texinfo.tex
47
48# Repo Specific Items
49*.o
50*.trs
51/config.h
52/config.h.in~
53*.log
54/config.status
55Makefile
56.deps
57*-libtool
Patrick Venturef523ea22018-12-03 09:04:12 -080058/phosphor-certificate-manager
59test/certs_manager_test