1build*/ 2subprojects/* 3!subprojects/*.wrap 4 5# Template from: 6# https://github.com/github/gitignore/blob/master/Autotools.gitignore 7 8# http://www.gnu.org/software/automake 9 10# Code Coverage 11*.gcda 12*.gcno 13*.trs 14*-coverage* 15 16Makefile.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 27/aminclude_static.am 28/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 42libtool 43 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 58/phosphor-certificate-manager 59test/certs_manager_test 60