[commit: ghc] ghc-validate: Ignore exe files in base (from tests) (267ad95)

git at git.haskell.org git at git.haskell.org
Fri Oct 10 01:13:52 UTC 2014


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

On branch  : ghc-validate
Link       : http://ghc.haskell.org/trac/ghc/changeset/267ad95b16bf5b7405e271dcf69c4d5ad6387abe/ghc

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

commit 267ad95b16bf5b7405e271dcf69c4d5ad6387abe
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Oct 3 15:15:52 2014 -0700

    Ignore exe files in base (from tests)
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

267ad95b16bf5b7405e271dcf69c4d5ad6387abe
 libraries/base/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/.gitignore b/libraries/base/.gitignore
index 54bc34c..6a6d524 100644
--- a/libraries/base/.gitignore
+++ b/libraries/base/.gitignore
@@ -2,6 +2,7 @@
 *.aux
 *.hi
 *.tix
+*.exe
 
 # Backup files
 *~



More information about the ghc-commits mailing list