From: Azat Khuzhin Date: Sun, 30 Oct 2016 22:56:37 +0000 (+0300) Subject: Ignore temporary configure files X-Git-Tag: release-2.1.7-rc~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fb08ae92486447bccf511d64bf9261c95281079;p=libevent Ignore temporary configure files So if you kill configure, git still should ignore them. --- diff --git a/.gitignore b/.gitignore index 148c96c7..9c2ae7ba 100644 --- a/.gitignore +++ b/.gitignore @@ -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