From 482f28717b52ccbd325b5e9d30315339f49d62d3 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Fri, 21 Nov 2014 00:12:35 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7d2090 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +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 \ No newline at end of file