diff options
| author | Albert Krewinkel <[email protected]> | 2022-11-10 14:15:30 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-11-10 14:16:49 +0100 |
| commit | 2f780ce45ae8c9c26cbf6919c18c8e5b7030587c (patch) | |
| tree | f7dd012bfdf3687dd88ea80b79acd8f456b149ce | |
| parent | 7ef00d7226f2fb64b6a62b629a18e4427f07f090 (diff) | |
.gitignore: ignore .stack-work in subdirectories
| -rw-r--r-- | .gitignore | 2 |
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 |
