From 70fd1fd45cd624d2b92891b75d5f96e61db0161b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 09:15:39 +1100 Subject: [PATCH] Sort LaTeX auxiliary files by package --- LaTeX.gitignore | 78 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 22 deletions(-) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index a0dd1c35..801ff8e2 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -1,41 +1,75 @@ -*.acn -*.acr -*.alg +## Core latex/pdflatex auxiliary files: *.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc + +## Intermediate documents: +*.dvi +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf *.blg *-blx.aux *-blx.bib -*.brf -*.dvi +*.run.xml + +## Build tool auxiliary files: *.fdb_latexmk -*.fls +*.synctex.gz +*.pdfsync + +## Auxiliary and intermediate files from other packages: + +# algorithms +*.alg +*.loa + +# amsthm +*.thm + +# beamer +*.nav +*.snm +*.vrb + +# glossaries +*.acn +*.acr *.glg *.glo *.gls + +# hyperref +*.brf + +# listings +*.lol + +# makeidx *.idx *.ilg *.ind *.ist -*.loa -*.lof -*.lol -*.log -*.lot + +# minitoc *.maf *.mtc *.mtc0 -*.nav + +# nomencl *.nlo -*.out -*.pdfsync -*.ps -*.run.xml -*.snm -*.synctex.gz -*.thm -*.toc -*.vrb -*.xdy + +# todonotes *.tdo + +# xindy +*.xdy