From 3199de391f6a02567f05e08495ee916eda1dd322 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 10 Oct 2015 17:08:54 -0400 Subject: Add .gitignore. --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d76970d --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Created by https://www.gitignore.io/api/haskell + +### Haskell ### +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +.stack-work/ \ No newline at end of file -- cgit v1.2.3