TeX.gitignore 1.3 KB
Newer Older
1
## Core latex/pdflatex auxiliary files:
D
Damien Pollet 已提交
2
*.aux
3 4 5 6 7 8 9 10 11
*.lof
*.log
*.lot
*.fls
*.out
*.toc

## Intermediate documents:
*.dvi
A
Andreas Grosse 已提交
12
*-converted-to.*
13 14 15 16 17 18
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf

## Bibliography auxiliary files (bibtex/biblatex/biber):
D
Damien Pollet 已提交
19
*.bbl
20
*.bcf
D
Damien Pollet 已提交
21
*.blg
22 23
*-blx.aux
*-blx.bib
24
*.brf
25 26 27
*.run.xml

## Build tool auxiliary files:
28
*.fdb_latexmk
R
Rob 已提交
29
*.synctex
30
*.synctex.gz
J
Juergen Edelbluth 已提交
31
*.synctex.gz(busy)
32 33 34 35
*.pdfsync

## Auxiliary and intermediate files from other packages:

36

37 38 39 40
# algorithms
*.alg
*.loa

41 42 43
# achemso
acs-*.bib

44 45 46 47 48 49 50 51
# amsthm
*.thm

# beamer
*.nav
*.snm
*.vrb

M
Maïeul Rouquette 已提交
52 53
#(e)ledmac/(e)ledpar
*.end
54 55 56 57 58 59
*.[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
60 61 62 63 64 65
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
M
Maïeul Rouquette 已提交
66

67 68 69
# glossaries
*.acn
*.acr
D
Damien Pollet 已提交
70 71 72
*.glg
*.glo
*.gls
73

74 75 76
# gnuplottex
*-gnuplottex-*

77 78 79
# hyperref
*.brf

A
Adam Liter 已提交
80 81 82 83 84
# knitr
*-concordance.tex
*.tikz
*-tikzDictionary

85 86 87 88
# listings
*.lol

# makeidx
D
Damien Pollet 已提交
89 90 91 92
*.idx
*.ilg
*.ind
*.ist
93 94

# minitoc
95 96
*.maf
*.mtc
97 98
*.mtc[0-9]
*.mtc[1-9][0-9]
99

100
# minted
M
maieul 已提交
101
_minted*
102 103
*.pyg

104 105 106
# morewrites
*.mw

107 108 109
# mylatexformat
*.fmt

110
# nomencl
111
*.nlo
112

113 114 115 116 117 118 119 120 121 122
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd

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

F
Felix Wehnert 已提交
123 124 125
# Texpad
.texpadtmp

126 127 128
# TikZ & PGF
*.dpth
*.md5
129
*.auxlock
130

131 132 133 134 135
# todonotes
*.tdo

# xindy
*.xdy
G
Gurmeet-Singh 已提交
136 137 138 139

# WinEdt
*.bak
*.sav