-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
126 lines (102 loc) · 1.62 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
## Core latex/pdflatex auxiliary files:
build/*.aux
build/*.lof
build/*.log
build/*.lot
build/*.fls
build/*.out
build/*.toc
## Intermediate documents:
build/*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
# build/*.ps
# build/*.eps
# build/*.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
build/*.bbl
build/*.bcf
build/*.blg
*-blx.aux
*-blx.bib
build/*.brf
build/*.run.xml
## Build tool auxiliary files:
build/*.fdb_latexmk
build/*.synctex
build/*.synctex.gz
build/*.synctex.gz(busy)
build/*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
build/*.alg
build/*.loa
# achemso
acs-build/*.bib
# amsthm
build/*.thm
# beamer
build/*.nav
build/*.snm
build/*.vrb
#(e)ledmac/(e)ledpar
build/*.end
build/*.[1-9]
build/*.[1-9][0-9]
build/*.[1-9][0-9][0-9]
build/*.[1-9]R
build/*.[1-9][0-9]R
build/*.[1-9][0-9][0-9]R
build/*.eledsec[1-9]
build/*.eledsec[1-9]R
build/*.eledsec[1-9][0-9]
build/*.eledsec[1-9][0-9]R
build/*.eledsec[1-9][0-9][0-9]
build/*.eledsec[1-9][0-9][0-9]R
# glossaries
build/*.acn
build/*.acr
build/*.glg
build/*.glo
build/*.gls
# gnuplottex
*-gnuplottex-*
# hyperref
build/*.brf
# knitr
*-concordance.tex
build/*.tikz
*-tikzDictionary
# listings
build/*.lol
# makeidx
build/*.idx
build/*.ilg
build/*.ind
build/*.ist
# minitoc
build/*.maf
build/*.mtc
build/*.mtc0
# minted
_minted*
build/*.pyg
# morewrites
build/*.mw
# nomencl
build/*.nlo
# sagetex
build/*.sagetex.sage
build/*.sagetex.py
build/*.sagetex.scmd
# sympy
build/*.sout
build/*.sympy
sympy-plots-for-build/*.tex/
# todonotes
build/*.tdo
# xindy
build/*.xdy
# WinEdt
build/*.bak
build/*.sav