From 3504820c37e61fa806390c8686a73466f71f18b7 Mon Sep 17 00:00:00 2001 From: sachs4 Date: Wed, 30 Mar 2016 13:39:46 +0200 Subject: [PATCH] Ignore .eventlog Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index fb799964..096abdd9 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -14,4 +14,5 @@ cabal.sandbox.config *.prof *.aux *.hp +*.eventlog .stack-work/