Ignore temporary configure files

So if you kill configure, git still should ignore them.
This commit is contained in:
Azat Khuzhin 2016-10-31 01:56:37 +03:00
parent 43b69b2aed
commit 8fb08ae924

5
.gitignore vendored
View File

@ -52,6 +52,11 @@ cscope*
## The initial / makes these files only get ignored in particular directories.
/autom4te.cache
# configure in progress
/.cyg*
/confdefs.*
/conftest.*
# Libtool adds these, at least sometimes
/m4/libtool.m4
/m4/ltoptions.m4