[commit: ghc] master: Remove the *o pattern in testsuite/.gitignore (9bc13c0)
git at git.haskell.org
git at git.haskell.org
Fri Feb 6 16:55:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9bc13c0705fbc08989eb9f51dd8691dadc855747/ghc
>---------------------------------------------------------------
commit 9bc13c0705fbc08989eb9f51dd8691dadc855747
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Feb 6 16:40:28 2015 +0000
Remove the *o pattern in testsuite/.gitignore
It cause the entire testsuite/test/mdo directory to be ignored.
We already ignore *.o files. Maybe there are some other suffixes
we need to add, but ignoring *o isn't good!
>---------------------------------------------------------------
9bc13c0705fbc08989eb9f51dd8691dadc855747
testsuite/.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index bbb2174..ef3c861 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -50,7 +50,6 @@ tmp.d
*.dyn_o
*.dyn_hi
*.dyn_hi-boot
-*o
*.dll
*.dylib
*.so
More information about the ghc-commits
mailing list