diff options
Diffstat (limited to 'options/gitignore/Autotools')
-rw-r--r-- | options/gitignore/Autotools | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/options/gitignore/Autotools b/options/gitignore/Autotools index 053ff52ff3..e3923f96fc 100644 --- a/options/gitignore/Autotools +++ b/options/gitignore/Autotools @@ -1,14 +1,33 @@ # http://www.gnu.org/software/automake Makefile.in +/ar-lib +/mdate-sh +/py-compile +/test-driver +/ylwrap # http://www.gnu.org/software/autoconf /autom4te.cache +/autoscan.log +/autoscan-*.log /aclocal.m4 /compile +/config.guess +/config.h.in +/config.sub /configure +/configure.scan /depcomp /install-sh /missing /stamp-h1 + +# https://www.gnu.org/software/libtool/ + +/ltmain.sh + +# http://www.gnu.org/software/texinfo + +/texinfo.tex |