# HG changeset patch # User Markus Kaiser # Date 1397400855 -7200 # Node ID a177cacbb8ea1fa19f97b0e2e70df93d10275491 add .hgignore diff -r 000000000000 -r a177cacbb8ea .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Apr 13 16:54:15 2014 +0200 @@ -0,0 +1,29 @@ +syntax: glob + +# Compiled files (they should be added by-hand) +#*.dvi +#*.pdf + +# TeX files +*.aux +*.bbl +*.blg +*.brf +*.log +*.out +*.synctex.gz +*.thm +*.toc +*.nav +*.snm + +# Latexmk +*.fls +*.vrb +*.fdb_latexmk + +# Swap files +*.swp + +# pdfpc notes +*.pdfpc