diff options
Diffstat (limited to 'TeX.gitignore')
-rw-r--r-- | TeX.gitignore | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/TeX.gitignore b/TeX.gitignore index edd1f60b..237f49eb 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -109,12 +109,18 @@ acs-*.bib *.glo *.gls *.glsdefs +*.lzo +*.lzs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist # gnuplottex *-gnuplottex-* # gregoriotex *.gaux +*.glog *.gtex # htlatex @@ -130,18 +136,20 @@ acs-*.bib # knitr *-concordance.tex -# TODO Comment the next line if you want to keep your tikz graphics files -*.tikz +# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files +# *.tikz *-tikzDictionary # listings *.lol +# luatexja-ruby +*.ltjruby + # makeidx *.idx *.ilg *.ind -*.ist # minitoc *.maf @@ -159,6 +167,9 @@ _minted* # morewrites *.mw +# newpax +*.newpax + # nomencl *.nlg *.nlo @@ -221,8 +232,9 @@ pythontex-files-*/ # xindy *.xdy -# xypic precompiled matrices +# xypic precompiled matrices and outlines *.xyc +*.xyd # endfloat *.ttt @@ -245,9 +257,15 @@ TSWLatexianTemp* # Kile *.backup +# gummi +.*.swp + # KBibTeX *~[0-9]* +# TeXnicCenter +*.tps + # auto folder when using emacs and auctex ./auto/* *.el @@ -257,3 +275,14 @@ TSWLatexianTemp* # standalone packages *.sta + +# Makeindex log files +*.lpz + +# xwatermark package +*.xwm + +# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib +# option is specified. Footnotes are the stored in a file with suffix Notes.bib. +# Uncomment the next line to have this generated file ignored. +#*Notes.bib |