TeX.gitignore 2.1 KB
Newer Older
1
## Core latex/pdflatex auxiliary files:
D
Damien Pollet 已提交
2
*.aux
3 4 5 6 7 8
*.lof
*.log
*.lot
*.fls
*.out
*.toc
9
*.fmt
M
Max 已提交
10 11 12
*.fot
*.cb
*.cb2
13 14 15

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

O
Oliver Kopp 已提交
22 23 24
## Generated if empty string is given at "Please type another file name for output:"
.pdf

25
## Bibliography auxiliary files (bibtex/biblatex/biber):
D
Damien Pollet 已提交
26
*.bbl
27
*.bcf
D
Damien Pollet 已提交
28
*.blg
29 30
*-blx.aux
*-blx.bib
31
*.brf
32 33 34
*.run.xml

## Build tool auxiliary files:
35
*.fdb_latexmk
R
Rob 已提交
36
*.synctex
37
*.synctex(busy)
38
*.synctex.gz
J
Juergen Edelbluth 已提交
39
*.synctex.gz(busy)
40 41 42 43 44 45 46
*.pdfsync

## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa

47 48 49
# achemso
acs-*.bib

50 51 52 53 54
# amsthm
*.thm

# beamer
*.nav
A
Alice94 已提交
55
*.pre
56 57 58
*.snm
*.vrb

O
Oliver Kopp 已提交
59 60 61
# changes
*.soc

62 63 64
# cprotect
*.cpt

O
Oliver Kopp 已提交
65 66 67
# elsarticle (documentclass of Elsevier journals)
*.spl

T
Thom Wiggers 已提交
68 69 70
# endnotes
*.ent

71 72 73
# fixme
*.lox

L
Lucas Gautheron 已提交
74 75 76 77 78 79 80 81 82
# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm
*.[1-9]
*.[1-9][0-9]

83
#(r)(e)ledmac/(r)(e)ledpar
M
Maïeul Rouquette 已提交
84
*.end
85
*.?end
86 87 88 89 90 91
*.[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
92 93 94 95 96 97
*.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 已提交
98

99 100 101
# glossaries
*.acn
*.acr
D
Damien Pollet 已提交
102 103 104
*.glg
*.glo
*.gls
J
Jesper Utoft 已提交
105
*.glsdefs
106

107 108 109
# gnuplottex
*-gnuplottex-*

S
Seungwon Park 已提交
110 111 112 113
# gregoriotex
*.gaux
*.gtex

114 115 116
# hyperref
*.brf

A
Adam Liter 已提交
117 118
# knitr
*-concordance.tex
119
# TODO Comment the next line if you want to keep your tikz graphics files
A
Adam Liter 已提交
120 121 122
*.tikz
*-tikzDictionary

123 124 125 126
# listings
*.lol

# makeidx
D
Damien Pollet 已提交
127 128 129 130
*.idx
*.ilg
*.ind
*.ist
131 132

# minitoc
133
*.maf
134 135
*.mlf
*.mlt
136
*.mtc[0-9]*
137

138
# minted
M
maieul 已提交
139
_minted*
140 141
*.pyg

142 143 144
# morewrites
*.mw

145 146 147
# mylatexformat
*.fmt

148
# nomencl
149
*.nlo
150

151 152 153 154 155
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd

O
Oliver Kopp 已提交
156 157 158
# scrwfile
*.wrt

159 160 161 162 163
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/

164 165 166 167
# pdfcomment
*.upa
*.upb

168
# pythontex
169 170 171
*.pytxcode
pythontex-files-*/

S
Seungwon Park 已提交
172 173 174
# thmtools
*.loe

175 176 177
# TikZ & PGF
*.dpth
*.md5
178
*.auxlock
179

180 181 182
# todonotes
*.tdo

T
thilaire 已提交
183 184 185
# easy-todo
*.lod

186 187
# xindy
*.xdy
G
Gurmeet-Singh 已提交
188

189 190 191
# xypic precompiled matrices
*.xyc

192 193 194
# endfloat
*.ttt
*.fff
195

196 197
# Latexian
TSWLatexianTemp*
198 199

## Editors:
G
Gurmeet-Singh 已提交
200 201 202
# WinEdt
*.bak
*.sav
203

204 205 206
# Texpad
.texpadtmp

207 208 209 210
# Kile
*.backup

# KBibTeX
211
*~[0-9]*
V
Vassilis 已提交
212 213 214

# auto folder when using emacs and auctex 
/auto/*
215 216 217

# expex forward references with \gathertags
*-tags.tex