X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.gitignore;h=b8289723950f4baa7c69e3c71166ed15b4408119;hb=80df32309cea3df0928969902dfe9097bc0cd18c;hp=6d62c7297d28fdaa35644216b8ecaf58c6586933;hpb=99a0ce41017a5cc79d0ad521eb79ff5214a15198;p=tt2015.git diff --git a/.gitignore b/.gitignore index 6d62c72..b828972 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,43 @@ -tt.fmt -tt.aux -tt.bbl -tt.blg -tt.log -tt.out -tt.toc -tt.pdf +# 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 +[0-9][0-9].py +sn.txt