[commit: ghc] master: Remove very broad ignore. [ci skip] (4fa439e)

git at git.haskell.org git at git.haskell.org
Wed Feb 1 10:20:58 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4fa439e3ee2822f893bd364a6cbfe410a0c1e29f/ghc

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

commit 4fa439e3ee2822f893bd364a6cbfe410a0c1e29f
Author: Tamar Christina <tamar at zhox.com>
Date:   Wed Feb 1 10:20:03 2017 +0000

    Remove very broad ignore. [ci skip]
    
    Summary:
    `.gitignore` contains a very broad ignore entry for `foo*`.
    This has bitten us before and should probably be removed.
    
    Reviewers: bgamari, austin
    
    Subscribers: simonpj, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3054


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

4fa439e3ee2822f893bd364a6cbfe410a0c1e29f
 .gitignore | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 7d64a12..16071f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,6 @@ Thumbs.db
 *.rej
 *.patch
 *.stackdump
-foo*
 
 *.hi
 *.hi-boot



More information about the ghc-commits mailing list