From 362c51ab9117c15a3d9f4e4fe606b3f212bed647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reto=20Habl=C3=BCtzel?= Date: Fri, 21 Feb 2014 10:50:31 +0100 Subject: [PATCH] Ignore cabal sandbox files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8784995..a10d46b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ dist +.cabal-sandbox +cabal.sandbox.config *.o *.hi *.tix