summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2018-05-08 12:14:14 +0200
committerRomain Porte <microjoe@microjoe.org>2018-05-21 18:13:51 +0200
commit466801dab680a4491b48854069679f15f7a91b21 (patch)
tree272d8f9b29870c08c3be3336177e872294b0dd0f /.gitignore
parent1e1d9ab154d06deb1231a15db27f3b8ea3576a03 (diff)
downloadlatex-makefile-466801dab680a4491b48854069679f15f7a91b21.tar.gz
latex-makefile-466801dab680a4491b48854069679f15f7a91b21.zip
Simpler version of Makefile
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