diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-13 00:28:01 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-13 00:28:01 -0600 |
commit | 9c91a24a9b149f0d26ce764efae727152fe4ea35 (patch) | |
tree | f2b5435f1d1f4f8243e143cde60e872710c8741c /testsuite/.gitignore | |
parent | 4af1e76c701a7698ebd9b5ca3fb1394dd8b56c8d (diff) | |
download | haskell-9c91a24a9b149f0d26ce764efae727152fe4ea35.tar.gz |
More .gitignore updates
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index f20893718d..7bd71c9aec 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 |