From 2fa540ac04a07966ce9735b84c65fd2a90d6f223 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 25 Jul 2017 11:59:25 +0200 Subject: [PATCH] added .gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed84d9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +dist +dist-* +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +.HTF/ +.ghc.environment.* +*~