diff options
author | Carl Suster <code@contraflo.ws> | 2013-11-09 09:15:39 +1100 |
---|---|---|
committer | Carl Suster <code@contraflo.ws> | 2013-11-09 09:19:14 +1100 |
commit | 70fd1fd45cd624d2b92891b75d5f96e61db0161b (patch) | |
tree | 219fb2025e3117bb31397fcc5d947415aafc5cfe /LaTeX.gitignore | |
parent | 03de45fa75777708b56bf2aac401c6c5c50c9f24 (diff) | |
download | gitignore-70fd1fd45cd624d2b92891b75d5f96e61db0161b.tar.gz gitignore-70fd1fd45cd624d2b92891b75d5f96e61db0161b.zip |
Sort LaTeX auxiliary files by package
Diffstat (limited to 'LaTeX.gitignore')
-rw-r--r-- | LaTeX.gitignore | 78 |
1 files 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 |