From b18ee3fdef6890e6325771042f7ec6aabfa29078 Mon Sep 17 00:00:00 2001 From: Rodrigo Setti Date: Fri, 30 May 2014 00:10:21 +0000 Subject: [PATCH] Using a more complete Haskell .gitignore Specially for using cabal sandbox. --- .gitignore | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d9a922b..0916622 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ -*.hi -*.o -.tests -jsoncheck -shellcheck -shellcheck.1 +# Created by http://www.gitignore.io + +### Haskell ### dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +.virtualenv +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +cabal.config +