From 3d9c786bc093901210199fd32a2bd87aa803080a Mon Sep 17 00:00:00 2001 From: "(cdep) illabout" Date: Tue, 30 Jun 2015 11:57:53 +0900 Subject: [PATCH] Added .stack-work/ directory to Haskell .gitignore. .stack-work/ is a work directory used by the `stack` build tool. The `stack` build tool has recently been gaining a lot of traction in the Haskell community. It is very similar to the `cabal` build tool, which also has entries in this Haskell .gitignore file. --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 48fe6f3e..cdc3c4dc 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -13,3 +13,4 @@ cabal.sandbox.config *.prof *.aux *.hp +.stack-work/