[TASK] Make ready for texmaker.

This commit is contained in:
Jan Philipp Timme 2016-03-11 14:29:52 +01:00
parent ef88fe1ce1
commit 77568af71e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,4 +7,5 @@
*.lof
*.toc
*.out
*.synctex.gz
*.pdf

View File

@ -9,5 +9,5 @@ render:
pdflatex ${NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out *.synctex.gz
rm -f *.pdf