diff options
author | Thomas Boerger <thomas@webhippie.de> | 2017-03-15 13:30:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 13:30:00 +0100 |
commit | a06c3ad2c02a5473184711be6dbf1b30f0299e11 (patch) | |
tree | ce0ac065a6afa843ce298d00d1761b5cf48accf9 /options/gitignore/TeX | |
parent | 09fe4a2ae9dfa8b3bc8a5039d0feab1e1a34d07b (diff) | |
download | gitea-a06c3ad2c02a5473184711be6dbf1b30f0299e11.tar.gz gitea-a06c3ad2c02a5473184711be6dbf1b30f0299e11.zip |
Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
Diffstat (limited to 'options/gitignore/TeX')
-rw-r--r-- | options/gitignore/TeX | 101 |
1 files changed, 91 insertions, 10 deletions
diff --git a/options/gitignore/TeX b/options/gitignore/TeX index a7a84bc9e2..57ed9f5d97 100644 --- a/options/gitignore/TeX +++ b/options/gitignore/TeX @@ -6,6 +6,10 @@ *.fls *.out *.toc +*.fmt +*.fot +*.cb +*.cb2 ## Intermediate documents: *.dvi @@ -15,25 +19,26 @@ # *.eps # *.pdf +## Generated if empty string is given at "Please type another file name for output:" +.pdf + ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf *.blg *-blx.aux *-blx.bib -*.brf *.run.xml ## Build tool auxiliary files: *.fdb_latexmk *.synctex +*.synctex(busy) *.synctex.gz *.synctex.gz(busy) *.pdfsync ## Auxiliary and intermediate files from other packages: - - # algorithms *.alg *.loa @@ -46,11 +51,35 @@ acs-*.bib # beamer *.nav +*.pre *.snm *.vrb -#(e)ledmac/(e)ledpar +# changes +*.soc + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar *.end +*.?end *.[1-9] *.[1-9][0-9] *.[1-9][0-9][0-9] @@ -70,15 +99,21 @@ acs-*.bib *.glg *.glo *.gls +*.glsdefs # gnuplottex *-gnuplottex-* +# gregoriotex +*.gaux +*.gtex + # hyperref *.brf # knitr *-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files *.tikz *-tikzDictionary @@ -93,9 +128,12 @@ acs-*.bib # minitoc *.maf -*.mtc -*.mtc[0-9] -*.mtc[1-9][0-9] +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* # minted _minted* @@ -104,22 +142,36 @@ _minted* # morewrites *.mw -# mylatexformat -*.fmt - # nomencl *.nlo +# pax +*.pax + # sagetex *.sagetex.sage *.sagetex.py *.sagetex.scmd +# scrwfile +*.wrt + # sympy *.sout *.sympy sympy-plots-for-*.tex/ +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# thmtools +*.loe + # TikZ & PGF *.dpth *.md5 @@ -128,9 +180,38 @@ sympy-plots-for-*.tex/ # todonotes *.tdo +# easy-todo +*.lod + # xindy *.xdy +# xypic precompiled matrices +*.xyc + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: # WinEdt *.bak *.sav + +# Texpad +.texpadtmp + +# Kile +*.backup + +# KBibTeX +*~[0-9]* + +# auto folder when using emacs and auctex +/auto/* + +# expex forward references with \gathertags +*-tags.tex |