]> granicus.if.org Git - libevent/commitdiff
Ignore temporary configure files
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 30 Oct 2016 22:56:37 +0000 (01:56 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 30 Oct 2016 23:25:43 +0000 (02:25 +0300)
So if you kill configure, git still should ignore them.

.gitignore

index 148c96c7800c179b0d91954627afe70f19c3d879..9c2ae7ba24e4534ae3de1fde188cadc86ab2da48 100644 (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