X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.gitignore;h=6d36477d05168a4ba86a93c90b14513c879bd316;hb=775f8c86c43002e35e1f769034c5660ed72c10fa;hp=e5da059e38b6eca5afc3a263b363a2e732e5c56d;hpb=d74e171ff6674f2c8e999c5ecd101463918c425d;p=tt2015.git diff --git a/.gitignore b/.gitignore index e5da059..6d36477 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,45 @@ 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 + +# java binaries +*.class +.~lock* + +# andere binaries +*.odt