From 45f5fc99e9eb2d938d151648b0ec06ee1534c6fd Mon Sep 17 00:00:00 2001 From: Christian Conkle Date: Tue, 5 Jan 2016 19:05:54 -0800 Subject: Add .stack-work to gitignore The .stack-work directory is analogous to a cabal sandbox; it comprises temporary build artifacts. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c3154ea10..9b7630a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ man/man?/*.html windows/*.wixobj data/reference.docx data/reference.odt +.stack-work -- cgit v1.2.3