diff --git a/LaTeX.gitignore b/LaTeX.gitignore deleted file mode 100644 index a0dd1c35..00000000 --- a/LaTeX.gitignore +++ /dev/null @@ -1,41 +0,0 @@ -*.acn -*.acr -*.alg -*.aux -*.bbl -*.bcf -*.blg -*-blx.aux -*-blx.bib -*.brf -*.dvi -*.fdb_latexmk -*.fls -*.glg -*.glo -*.gls -*.idx -*.ilg -*.ind -*.ist -*.loa -*.lof -*.lol -*.log -*.lot -*.maf -*.mtc -*.mtc0 -*.nav -*.nlo -*.out -*.pdfsync -*.ps -*.run.xml -*.snm -*.synctex.gz -*.thm -*.toc -*.vrb -*.xdy -*.tdo diff --git a/TeX.gitignore b/TeX.gitignore new file mode 100644 index 00000000..b0a911e0 --- /dev/null +++ b/TeX.gitignore @@ -0,0 +1,78 @@ +## 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 +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.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 + +# minitoc +*.maf +*.mtc +*.mtc0 + +# minted +*.pyg + +# nomencl +*.nlo + +# todonotes +*.tdo + +# xindy +*.xdy