Skip to content

Commit 3d9c786

Browse files
committed
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.
1 parent a5f1fb2 commit 3d9c786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Haskell.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ cabal.sandbox.config
1313
*.prof
1414
*.aux
1515
*.hp
16+
.stack-work/

0 commit comments

Comments
 (0)