[commit: ghc] master: Update new testsuite .gitignore (f806598)

git at git.haskell.org git at git.haskell.org
Sun Jan 12 20:45:46 UTC 2014


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

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

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

commit f80659838118f84279cb2998ef42134a0d047189
Author: Austin Seipp <austin at well-typed.com>
Date:   Sun Jan 12 12:42:08 2014 -0600

    Update new testsuite .gitignore
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

f80659838118f84279cb2998ef42134a0d047189
 testsuite/.gitignore |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 81227dc..eb4593a 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -63,9 +63,7 @@ tests/**/*.ps
 /tests/safeHaskell/check/pkg01/local.db/
 /tests/safeHaskell/check/pkg01/setup
 mk/ghc-config
-mk/ghcconfig_home_davidt_Ghc_head_inplace_bin_ghc-stage2.mk
-mk/ghcconfig_home_davidt_Projects_Ghc_head_inplace_bin_ghc-stage1.mk
-mk/ghcconfig_home_davidt_Projects_Ghc_head_inplace_bin_ghc-stage2.mk
+mk/ghcconfig_*_inplace_bin_ghc-stage2.mk
 tests/annotations/should_run/Config.hs
 tests/annotations/should_run/annrun01
 tests/array/should_run/arr001
@@ -501,6 +499,15 @@ tests/driver/dynamicToo/C002.dyn_hi
 tests/driver/dynamicToo/C002.dyn_o
 tests/driver/dynamicToo/d001
 tests/driver/dynamicToo/s001
+tests/driver/dynamicToo/dynamicToo004/Setup
+tests/driver/dynamicToo/dynamicToo004/local.package.conf/
+tests/driver/dynamicToo/dynamicToo004/pkg1/dist/
+tests/driver/dynamicToo/dynamicToo004/pkg1dyn/dist/
+tests/driver/dynamicToo/dynamicToo004/pkg2/dist/
+tests/driver/dynamicToo/dynamicToo004/progstatic
+tests/indexed-types/should_fail/T8129.trace
+tests/rts/T5435*_o
+tests/rts/T5435*.so
 tests/driver/dynamic_flags_001/C
 tests/driver/hello062a
 tests/driver/hello062b



More information about the ghc-commits mailing list