summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-12-01 22:25:37 +0100
committerAndreas Grois <andi@grois.info>2022-12-01 22:27:01 +0100
commit84f908e3e56e1463f246a5aef4b92fc341246026 (patch)
tree55d4fdca33c4b2d0da59bbc5106134bd312fe281 /.gitignore
Day1 Initial
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f01b768
--- /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
+cabal.project.local~
+.HTF/
+.ghc.environment.* \ No newline at end of file