1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00

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.
This commit is contained in:
(cdep) illabout 2015-06-30 11:57:53 +09:00
parent a5f1fb2700
commit 3d9c786bc0

View File

@ -13,3 +13,4 @@ cabal.sandbox.config
*.prof *.prof
*.aux *.aux
*.hp *.hp
.stack-work/