diff options
| author | Christian Conkle <christian@conkle.org> | 2016-01-05 19:05:54 -0800 |
|---|---|---|
| committer | Christian Conkle <christian@conkle.org> | 2016-01-05 19:05:54 -0800 |
| commit | 45f5fc99e9eb2d938d151648b0ec06ee1534c6fd (patch) | |
| tree | 18b8e4544177ca064804683514b185f34d44df6c | |
| parent | e792920d4a8d440010e1208b28239b7811090583 (diff) | |
| download | pandoc-45f5fc99e9eb2d938d151648b0ec06ee1534c6fd.tar.gz | |
Add .stack-work to gitignore
The .stack-work directory is analogous to a cabal sandbox;
it comprises temporary build artifacts.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c3154ea10..9b7630a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ man/man?/*.html windows/*.wixobj data/reference.docx data/reference.odt +.stack-work |
