summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-10 17:08:54 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-10 17:08:54 -0400
commit3199de391f6a02567f05e08495ee916eda1dd322 (patch)
treeff91ccc4eaf8ed263c7b893ff3ac8bca0d5a97b5
parentef0157b13676c05c6c4e64b0d95cdb69053afb48 (diff)
Add .gitignore.
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
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