From 8fb08ae92486447bccf511d64bf9261c95281079 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 31 Oct 2016 01:56:37 +0300 Subject: [PATCH] Ignore temporary configure files So if you kill configure, git still should ignore them. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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