summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2017-08-12 11:08:39 +0200
committerAgathe Porte <microjoe@microjoe.org>2017-08-12 11:08:39 +0200
commitcd08196bceb5dc6604939e8a5c360e946e62e0ee (patch)
treeaba0e670cc145f934bb94ece6650f0f9c59715cd
parente6e4c137780a37470aa63e18c9045639b1593ad9 (diff)
downloadlatex-makefile-cd08196bceb5dc6604939e8a5c360e946e62e0ee.tar.gz
latex-makefile-cd08196bceb5dc6604939e8a5c360e946e62e0ee.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