From 4ffb89b780685cea0887cc8a59dbac6b5e8bf73c Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sun, 18 Feb 2018 16:55:34 +0000 Subject: [PATCH] Restored sane .gitignore. --- .gitignore | 162 ++++------------------------------------------------- 1 file changed, 11 insertions(+), 151 deletions(-) diff --git a/.gitignore b/.gitignore index 6bd6541..7df8bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,4 @@ -llncs.cls -*.bak? - -# Created by https://www.gitignore.io/api/tex,macos,windows - -### macOS ### -*.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -### TeX ### +# ---> TeX ## Core latex/pdflatex auxiliary files: *.aux *.lof @@ -39,41 +7,34 @@ Temporary Items *.fls *.out *.toc -*.fmt -*.fot -*.cb -*.cb2 ## Intermediate documents: *.dvi -*.xdv *-converted-to.* # these rules might exclude image files for figures etc. # *.ps # *.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 -*Notes.bib ## Auxiliary and intermediate files from other packages: + + # algorithms *.alg *.loa @@ -86,35 +47,11 @@ acs-*.bib # beamer *.nav -*.pre *.snm *.vrb -# 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 +#(e)ledmac/(e)ledpar *.end -*.?end *.[1-9] *.[1-9][0-9] *.[1-9][0-9][0-9] @@ -134,21 +71,15 @@ 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 @@ -163,12 +94,9 @@ acs-*.bib # minitoc *.maf -*.mlf -*.mlt -*.mtc[0-9]* -*.slf[0-9]* -*.slt[0-9]* -*.stc[0-9]* +*.mtc +*.mtc[0-9] +*.mtc[1-9][0-9] # minted _minted* @@ -177,39 +105,22 @@ _minted* # morewrites *.mw +# mylatexformat +*.fmt + # nomencl *.nlo -# pax -*.pax - -# pdfpcnotes -*.pdfpc - # 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 @@ -218,62 +129,11 @@ pythontex-files-*/ # 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 - -### Windows ### -# Windows thumbnail cache files -Thumbs.db -ehthumbs.db -ehthumbs_vista.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - - -# End of https://www.gitignore.io/api/tex,macos,windows