[commit: ghc] master: Add .gitignore line for stage=1 testsuite generated file (a2439c7)
git at git.haskell.org
git at git.haskell.org
Thu Jul 31 02:11:13 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a2439c7e3620b0ace73c74ca024a0f2c0046c54a/ghc
>---------------------------------------------------------------
commit a2439c7e3620b0ace73c74ca024a0f2c0046c54a
Author: Reid Barton <rwbarton at gmail.com>
Date: Wed Jul 30 22:10:43 2014 -0400
Add .gitignore line for stage=1 testsuite generated file
>---------------------------------------------------------------
a2439c7e3620b0ace73c74ca024a0f2c0046c54a
testsuite/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index e7bb6d5..5653182 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
More information about the ghc-commits
mailing list