X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.gitignore;h=ce15282c47a4687883492c24d2938c72bee1c202;hb=5120784fb9f8e609a2f3e8ffaca7d5768761f3cf;hp=6d62c7297d28fdaa35644216b8ecaf58c6586933;hpb=a76a87c38485a0bbc482dbd6ab77e4f41cacf3c2;p=tt2015.git diff --git a/.gitignore b/.gitignore index 6d62c72..ce15282 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,47 @@ 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 +*.pyc +sn.txt