summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2017-08-12 11:08:39 +0200
committerRomain Porte <microjoe@microjoe.org>2017-08-12 11:08:39 +0200
commit5d67796c61df5fdca3ea606f11e0167490043e01 (patch)
tree2600ecaa7a6e180ac6a78420844579c2b100734e
parent775dd5a283f88f86715129ecb878a932a232225a (diff)
downloadlatex-makefile-5d67796c61df5fdca3ea606f11e0167490043e01.tar.gz
latex-makefile-5d67796c61df5fdca3ea606f11e0167490043e01.zip
Mention use of .gitignore
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 05e8912..c43e0c8 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,11 @@ especially useful when you use a table of content, a glossary, or anything
that need the LaTeX engine to run multiple times before rendering a correct
output.
+*Be sure to use the provided .gitignore file too!* This will allow you to
+use git without versionning various temporary files that LaTeX produces during
+generation. Maybe all temporary files extensions are not covered. You are
+welcome to send me `.patch` files!
+
## License
Everything in this repository is released under WTFPL, so yeah, do whatever