summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2018-05-08 12:14:14 +0200
committerAgathe Porte <microjoe@microjoe.org>2018-05-21 18:13:51 +0200
commit51292127a47911f973e1c2691a9adc75c6bad044 (patch)
tree57bfa6a687cc5255074957a705850c324b5b1462 /.gitignore
parent2774d9fc67cd5d18fbc9b892fda9c05118272a7a (diff)
downloadlatex-makefile-1.0.tar.gz
latex-makefile-1.0.zip
Simpler version of Makefilev1.0
Instead of using a big .gitignore and a big clean target, we can tell latexmk to build into a dedicated directory. This way, all temporary files are located in a repository that we just have to ignore and remove. This allows us to have the .tex sources right next to the Makefile, which makes it easier to reason about instead of having to use the src/ subdirectory. Also moved README to reStructuredText (because Markdown sucks IMO) and removed gif and fancy badges in the README.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 1 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index 49e926e..378eac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1 @@
-*.aux
-*.fdb_latexmk
-*.fls
-*.glg
-*.glo
-*.gls
-*.glsdefs
-*.ist
-*.lof
-*.log
-*.lot
-*.out
-*.toc
-*.xdy
-*.tns
-*.pdf
-*.dvi
+build