[commit: ghc] master: Update .gitignore again (91fd784)

git at git.haskell.org git at git.haskell.org
Tue Jan 14 09:46:40 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/91fd78468f77f3b512efbc9a3463d0cff558e7fa/ghc

>---------------------------------------------------------------

commit 91fd78468f77f3b512efbc9a3463d0cff558e7fa
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jan 13 06:33:03 2014 -0600

    Update .gitignore again
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

91fd78468f77f3b512efbc9a3463d0cff558e7fa
 testsuite/.gitignore |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 7bd71c9..1e14dc1 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -44,7 +44,9 @@ tests/**/*.ps
 *o
 *.hi
 *.dll
-
+*.dylib
+*.so
+*.hpc.*
 *bindisttest_install___dir_bin_ghc.mk
 *bindisttest_install___dir_bin_ghc.exe.mk
 mk/ghcconfig_*_inplace_bin_ghc-stage2.mk



More information about the ghc-commits mailing list