Quellcode durchsuchen

Sort LaTeX auxiliary files by package

pull/832/head
Carl Suster vor 10 Jahren
Ursprung
Commit
70fd1fd45c
1 geänderte Dateien mit 56 neuen und 22 gelöschten Zeilen
  1. 56
    22
      LaTeX.gitignore

+ 56
- 22
LaTeX.gitignore Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern