summaryrefslogtreecommitdiff
path: root/Haskell.gitignore
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-07-14 20:18:58 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-07-14 20:18:58 +0100
commit230da59daa434340ff02905226b218d9589cb82b (patch)
treee008badd3caa28ff3a8e15feb96c5dbf76ce2992 /Haskell.gitignore
Squashed 'gitignore/' content from commit 50e42aa
git-subtree-dir: gitignore git-subtree-split: 50e42aa1064d004a5c99eaa72a2d8054a0d8de55
Diffstat (limited to 'Haskell.gitignore')
-rw-r--r--Haskell.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/Haskell.gitignore b/Haskell.gitignore
new file mode 100644
index 0000000..82f3a88
--- /dev/null
+++ b/Haskell.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
+cabal.project.local~
+.HTF/
+.ghc.environment.*