summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7e47278..e670565 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Ignore swap files and cabal output.
+# Ignore swap files and stack/cabal output.
*.hi
*.o
*.swo
@@ -10,6 +10,7 @@ dist
tags
cabal.sandbox.config
.cabal-sandbox/
+.stack-work
# Ignore test builds.
tests/Main