diff options
author | Reid Barton <rwbarton@gmail.com> | 2014-07-30 22:10:43 -0400 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2014-07-30 22:10:43 -0400 |
commit | a2439c7e3620b0ace73c74ca024a0f2c0046c54a (patch) | |
tree | 9587a72875cbcce0a79d62138bc8bee3cb302b1f | |
parent | b06e83dee5f7ec32efb4c424b0450a6c55359239 (diff) | |
download | haskell-a2439c7e3620b0ace73c74ca024a0f2c0046c54a.tar.gz |
Add .gitignore line for stage=1 testsuite generated file
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index e7bb6d517c..56531827a0 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -53,6 +53,7 @@ tmp.d *.so *bindisttest_install___dir_bin_ghc.mk *bindisttest_install___dir_bin_ghc.exe.mk +mk/ghcconfig_*_inplace_bin_ghc-stage1.mk mk/ghcconfig_*_inplace_bin_ghc-stage2.mk mk/ghcconfig_*_inplace_bin_ghc-stage2.exe.mk *.imports |