aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-28 16:38:22 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-28 16:38:22 +0100
commitd04cc0b59c49511b3ebae20b0b2ce98d61f04c64 (patch)
treecd7365ddfb759ece64b44fa06f1f687a09ea76ed /.gitignore
downloadgsa-parser-d04cc0b59c49511b3ebae20b0b2ce98d61f04c64.tar.gz
gsa-parser-d04cc0b59c49511b3ebae20b0b2ce98d61f04c64.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..edb8907
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+### Nix ###
+result
+
+### Haskell ###
+dist
+dist-*
+cabal-dev
+*.o
+*.hi
+*.hie
+*.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.*