aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-11-10 14:15:30 +0100
committerAlbert Krewinkel <[email protected]>2022-11-10 14:16:49 +0100
commit2f780ce45ae8c9c26cbf6919c18c8e5b7030587c (patch)
treef7dd012bfdf3687dd88ea80b79acd8f456b149ce
parent7ef00d7226f2fb64b6a62b629a18e4427f07f090 (diff)
.gitignore: ignore .stack-work in subdirectories
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 93a281a63..d6fbc364e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
/build-artifacts*
/dist-newstyle
/dist
-/.stack-work
/ctags
/LOG
/TAGS
@@ -62,3 +61,4 @@
*.dyn_hi
*~
.DS_Store
+.stack-work