[commit: ghc] master: Ignore temporary ./configure files. (3c6448c)

git at git.haskell.org git at git.haskell.org
Tue Apr 7 22:00:32 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3c6448c15381bfe5b14e5e72b9e3e331a5c2dbaa/ghc

>---------------------------------------------------------------

commit 3c6448c15381bfe5b14e5e72b9e3e331a5c2dbaa
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Apr 7 13:44:51 2015 -0700

    Ignore temporary ./configure files.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

3c6448c15381bfe5b14e5e72b9e3e331a5c2dbaa
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index a71cfd8..bb4a293 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,11 @@ config.log
 config.status
 configure
 
+# Temporarily generated configure files
+confdefs.h
+conftest-book.xml
+conftest.xml
+
 # -----------------------------------------------------------------------------
 # Ignore any overlapped darcs repos and back up files
 



More information about the ghc-commits mailing list