[commit: ghc] master: Ignore generated linter.log (42a5469)

git at git.haskell.org git at git.haskell.org
Mon Dec 7 11:14:43 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/42a5469e52d84a04df33f516fcb74ffa7ed70359/ghc

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

commit 42a5469e52d84a04df33f516fcb74ffa7ed70359
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date:   Mon Dec 7 11:14:41 2015 +0100

    Ignore generated linter.log
    
    Reviewers: austin, hvr, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1577


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

42a5469e52d84a04df33f516fcb74ffa7ed70359
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b61ba02..82c81c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,6 +133,7 @@ _darcs/
 /libraries/plus.gif
 /libraries/synopsis.png
 /libraries/stamp/
+/linter.log
 /mk/are-validating.mk
 /mk/build.mk
 /mk/config.h



More information about the ghc-commits mailing list