From e3b01bd4b1706cfc9cad9c4cb0615c2e4cd921fb Mon Sep 17 00:00:00 2001 From: Zilin Chen Date: Tue, 29 Nov 2016 12:04:40 +1100 Subject: [PATCH] add .stack-work to ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 870d62cbd..47280d60d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.pyc ENV cogent/.cabal-sandbox +cogent/.stack-work cogent/cabal.sandbox.config cogent/cabal.config cogent/dist @@ -21,6 +22,7 @@ cogent/tests/*.h cogent/tests/*.tmp cogent/out/ isa-parser/.cabal-sandbox +isa-parser/.stack-work isa-parser/cabal.sandbox.config isa-parser/dist .DS_Store