X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.gitignore;h=b8289723950f4baa7c69e3c71166ed15b4408119;hb=9ed3b998ef62b6b1020b523bdfb9a3887598a9b0;hp=6d62c7297d28fdaa35644216b8ecaf58c6586933;hpb=a76a87c38485a0bbc482dbd6ab77e4f41cacf3c2;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