소스 검색

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.
(cdep) illabout 9 년 전
부모
커밋
3d9c786bc0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Haskell.gitignore

+ 1 - 0
Haskell.gitignore

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