diff --git a/.gitignore b/.gitignore index 0e67c7f..b07ce6c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ *.lof *.toc *.out +*.synctex.gz *.pdf diff --git a/Makefile b/Makefile index b8ed16c..e0b8548 100644 --- a/Makefile +++ b/Makefile @@ -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