From 0bcfd00e4ac406e20fc47e3fb84faa004c773c1f Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Fri, 27 Feb 2015 07:51:52 -0800 Subject: [PATCH] Add .gitignore file I just used the one from https://www.gitignore.io/api/haskell --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64cc14d --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Created by https://www.gitignore.io + +### Haskell ### +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.virtualenv +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +cabal.config +*.prof +*.aux +*.hp