diff options
Diffstat (limited to 'options/gitignore/Autotools')
-rw-r--r-- | options/gitignore/Autotools | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/options/gitignore/Autotools b/options/gitignore/Autotools index e3923f96fc..f4f545c9ca 100644 --- a/options/gitignore/Autotools +++ b/options/gitignore/Autotools @@ -9,13 +9,15 @@ Makefile.in # http://www.gnu.org/software/autoconf -/autom4te.cache +autom4te.cache /autoscan.log /autoscan-*.log /aclocal.m4 /compile /config.guess /config.h.in +/config.log +/config.status /config.sub /configure /configure.scan @@ -31,3 +33,11 @@ Makefile.in # http://www.gnu.org/software/texinfo /texinfo.tex + +# http://www.gnu.org/software/m4/ + +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 |