TeX.gitignore 940 字节
Newer Older
1
## Core latex/pdflatex auxiliary files:
D
Damien Pollet 已提交
2
*.aux
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
*.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):
D
Damien Pollet 已提交
18
*.bbl
19
*.bcf
D
Damien Pollet 已提交
20
*.blg
21 22
*-blx.aux
*-blx.bib
23 24 25
*.run.xml

## Build tool auxiliary files:
26
*.fdb_latexmk
27
*.synctex.gz
J
Juergen Edelbluth 已提交
28
*.synctex.gz(busy)
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
*.pdfsync

## Auxiliary and intermediate files from other packages:

# algorithms
*.alg
*.loa

# amsthm
*.thm

# beamer
*.nav
*.snm
*.vrb

M
Maïeul Rouquette 已提交
45 46
#(e)ledmac/(e)ledpar
*.end
47 48 49 50 51 52
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
M
Maïeul Rouquette 已提交
53

54 55 56
# glossaries
*.acn
*.acr
D
Damien Pollet 已提交
57 58 59
*.glg
*.glo
*.gls
60 61 62 63 64 65 66 67

# hyperref
*.brf

# listings
*.lol

# makeidx
D
Damien Pollet 已提交
68 69 70 71
*.idx
*.ilg
*.ind
*.ist
72 73

# minitoc
74 75 76
*.maf
*.mtc
*.mtc0
77

78 79 80
# minted
*.pyg

81
# nomencl
82
*.nlo
83

84 85 86 87 88 89 90 91 92 93
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd

# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/

94 95 96 97 98
# todonotes
*.tdo

# xindy
*.xdy