diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-12 12:42:08 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-12 12:42:08 -0600 |
commit | f80659838118f84279cb2998ef42134a0d047189 (patch) | |
tree | f54de85909dc29e6e486b04fcb71ca1fd092568a /testsuite | |
parent | 5356fb3ce85669045f5251cbdfb0d1c0a9f5c04a (diff) | |
download | haskell-f80659838118f84279cb2998ef42134a0d047189.tar.gz |
Update new testsuite .gitignore
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/.gitignore | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 81227dc902..eb4593a144 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 |