X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.gitignore;h=5b7b2af626c8b10704df69caf784ea17660a18b2;hb=6e8c781db9fce344e6002f8a2d0b910ae59f9745;hp=d6f28d8105fef8303d3076cc8d75d0516b0fcc7c;hpb=893984a795a5e3c4635a89cd5a9b64ec0b9ffe68;p=tt2015.git diff --git a/.gitignore b/.gitignore index d6f28d8..5b7b2af 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,38 @@ tt.log tt.out tt.toc tt.pdf +*.eps + +# LaTeX temporary files +*.aux +*.log +*.toc +*.dvi +*.fmt +*.fls + +# PDF output - usually a bad idea to keep this in Git +*.pdf + +# Latexmk +*.fdb_latexmk + +# SyncTeX +*.synctex.gz + +# LaTeX Beamer +*.snm +*.vrb +*.nav +*.out + +# BibTeX +*.bbl +*.blg + +# Log created by Adobe Reader +C:\\nppdf32Log\\debuglog.txt + +# Sublime Text Project Files (usually contain absolute paths) *.sublime-project *.sublime-workspace -*.eps