diff options
author | Brendan Forster <brendan@github.com> | 2015-11-19 16:16:08 -0800 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-11-19 16:16:08 -0800 |
commit | da00310ccba9de9a988cc973ef5238ad2c1460e9 (patch) | |
tree | b4ea83e4d495ce2bbb421b8db163111fcc97f950 | |
parent | 1d4117fefd8d58e88cdfd92ad6187e7c57ddae3e (diff) | |
parent | 35b890428b527f80cffcc7efd6e0c5654e579348 (diff) | |
download | gitignore-da00310ccba9de9a988cc973ef5238ad2c1460e9.tar.gz gitignore-da00310ccba9de9a988cc973ef5238ad2c1460e9.zip |
Merge pull request #1762 from lcorbasson/patch-2
Add ignores for autoscan files
-rw-r--r-- | Autotools.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Autotools.gitignore b/Autotools.gitignore index 053ff52f..1e9158e2 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -5,9 +5,13 @@ Makefile.in # http://www.gnu.org/software/autoconf /autom4te.cache +/autoscan.log +/autoscan-*.log /aclocal.m4 /compile +/config.h.in /configure +/configure.scan /depcomp /install-sh /missing |