diff options
author | Nao Pross <naopross@thearcway.org> | 2019-01-19 21:37:12 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-01-19 21:37:12 +0100 |
commit | 636ac918c245cc16cd69d5ded6dd5a7d4ec68633 (patch) | |
tree | 7bdeccef9a28e3567dd4a5d2b434446e8bc66485 /.gitignore | |
parent | Update README.md (diff) | |
download | cookbook-writing.tar.gz cookbook-writing.zip |
Add ninja files to build pdf and html with pandocwriting
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..194f2c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.ninja* +pdf +html |