提交 3d9c786b 编写于 作者: ( (cdep) illabout

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.
上级 a5f1fb27
...@@ -13,3 +13,4 @@ cabal.sandbox.config ...@@ -13,3 +13,4 @@ cabal.sandbox.config
*.prof *.prof
*.aux *.aux
*.hp *.hp
.stack-work/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册