From 57df37b49a639c36cc5766050d1929c5130360a8 Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 16 Jun 2015 13:53:24 -0400 Subject: [PATCH] gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4218a66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.virtualenv +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp \ No newline at end of file