[commit: ghc] master: More .gitignore updates (9c91a24)

git at git.haskell.org git at git.haskell.org
Mon Jan 13 06:28:24 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9c91a24a9b149f0d26ce764efae727152fe4ea35/ghc

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

commit 9c91a24a9b149f0d26ce764efae727152fe4ea35
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jan 13 00:28:01 2014 -0600

    More .gitignore updates
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

9c91a24a9b149f0d26ce764efae727152fe4ea35
 testsuite/.gitignore |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index f208937..7bd71c9 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -43,8 +43,13 @@ tests/**/*.ps
 *.dyn_hi-boot
 *o
 *.hi
+*.dll
 
 *bindisttest_install___dir_bin_ghc.mk
+*bindisttest_install___dir_bin_ghc.exe.mk
+mk/ghcconfig_*_inplace_bin_ghc-stage2.mk
+mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk
+*.imports
 
 # -----------------------------------------------------------------------------
 # specific generated files
@@ -69,7 +74,6 @@ tests/**/*.ps
 /tests/safeHaskell/check/pkg01/local.db/
 /tests/safeHaskell/check/pkg01/setup
 mk/ghc-config
-mk/ghcconfig_*_inplace_bin_ghc-stage2.mk
 tests/annotations/should_run/Config.hs
 tests/annotations/should_run/annrun01
 tests/array/should_run/arr001



More information about the ghc-commits mailing list