diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-08-15 13:54:12 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-08-15 13:54:12 +0200 |
commit | 3766e03c7d2e4fb0378bb9de1420fa4f6c8107a2 (patch) | |
tree | 3251baae832a40e13904222e2d40b88c53988521 /.gitignore | |
parent | 333c5535481663d37c2c9874d104e0b1c1c0c0f8 (diff) | |
download | pandoc-3766e03c7d2e4fb0378bb9de1420fa4f6c8107a2.tar.gz |
.gitignore: ignore stack.yaml.lock
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5248eb2b3..f5a9bc514 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,6 @@ windows/*.wixobj data/reference.docx data/reference.odt .stack-work +/stack.yaml.lock cabal.project.local /dist-newstyle/ |