From 8af3a301e904ed640f449e48cd8ae2de72f959ea Mon Sep 17 00:00:00 2001 From: octopuscabbage Date: Tue, 26 Jan 2016 22:24:40 -0600 Subject: [PATCH] added haskell gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85579be --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +.stack-work/ +*~ +**/.DS_Store +.DS_Store