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