TeX.gitignore 1.4 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 36 37 38
*.pdfsync

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

39 40 41
# achemso
acs-*.bib

42 43 44 45 46 47 48 49
# amsthm
*.thm

# beamer
*.nav
*.snm
*.vrb

50 51 52
# cprotect
*.cpt

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

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

75 76 77
# gnuplottex
*-gnuplottex-*

78 79 80
# hyperref
*.brf

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

86 87 88 89
# listings
*.lol

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

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

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

105 106 107
# morewrites
*.mw

108 109 110
# mylatexformat
*.fmt

111
# nomencl
112
*.nlo
113

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

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

124 125 126 127
# pdfcomment
*.upa
*.upb

128 129 130 131
#pythontex
*.pytxcode
pythontex-files-*/

F
Felix Wehnert 已提交
132 133 134
# Texpad
.texpadtmp

135 136 137
# TikZ & PGF
*.dpth
*.md5
138
*.auxlock
139

140 141 142 143 144
# todonotes
*.tdo

# xindy
*.xdy
G
Gurmeet-Singh 已提交
145 146 147 148

# WinEdt
*.bak
*.sav
149 150 151 152

# endfloat
*.ttt
*.fff