From 78a6d05cc0517cbb61d0340362f72fe3f7b83bf6 Mon Sep 17 00:00:00 2001 From: Andrea Bellandi Date: Sat, 8 Aug 2015 14:19:35 +0200 Subject: [PATCH] added haskell gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e57bb79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.* +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +Main0 +!.gitignore