File tree 2 files changed +222
-0
lines changed
2 files changed +222
-0
lines changed Original file line number Diff line number Diff line change
1
+ # # Core latex/pdflatex auxiliary files:
2
+ * .aux
3
+ * .lof
4
+ * .log
5
+ * .lot
6
+ * .fls
7
+ * .out
8
+ * .toc
9
+ * .fmt
10
+ * .fot
11
+ * .cb
12
+ * .cb2
13
+
14
+ # # Intermediate documents:
15
+ * .dvi
16
+ * -converted-to. *
17
+ # these rules might exclude image files for figures etc.
18
+ # *.ps
19
+ # *.eps
20
+ # *.pdf
21
+
22
+ # # Generated if empty string is given at "Please type another file name for output:"
23
+ .pdf
24
+
25
+ # # Bibliography auxiliary files (bibtex/biblatex/biber):
26
+ * .bbl
27
+ * .bcf
28
+ * .blg
29
+ * -blx.aux
30
+ * -blx.bib
31
+ * .run.xml
32
+
33
+ # # Build tool auxiliary files:
34
+ * .fdb_latexmk
35
+ * .synctex
36
+ * .synctex(busy)
37
+ * .synctex.gz
38
+ * .synctex.gz(busy)
39
+ * .pdfsync
40
+
41
+ # # Auxiliary and intermediate files from other packages:
42
+ # algorithms
43
+ * .alg
44
+ * .loa
45
+
46
+ # achemso
47
+ acs- * .bib
48
+
49
+ # amsthm
50
+ * .thm
51
+
52
+ # beamer
53
+ * .nav
54
+ * .pre
55
+ * .snm
56
+ * .vrb
57
+
58
+ # changes
59
+ * .soc
60
+
61
+ # cprotect
62
+ * .cpt
63
+
64
+ # elsarticle (documentclass of Elsevier journals)
65
+ * .spl
66
+
67
+ # endnotes
68
+ * .ent
69
+
70
+ # fixme
71
+ * .lox
72
+
73
+ # feynmf/feynmp
74
+ * .mf
75
+ * .mp
76
+ * .t [1-9 ]
77
+ * .t [1-9 ][0-9 ]
78
+ * .tfm
79
+
80
+ # (r)(e)ledmac/(r)(e)ledpar
81
+ * .end
82
+ * . ? end
83
+ * . [1-9 ]
84
+ * . [1-9 ][0-9 ]
85
+ * . [1-9 ][0-9 ][0-9 ]
86
+ * . [1-9 ]R
87
+ * . [1-9 ][0-9 ]R
88
+ * . [1-9 ][0-9 ][0-9 ]R
89
+ * .eledsec [1-9 ]
90
+ * .eledsec [1-9 ]R
91
+ * .eledsec [1-9 ][0-9 ]
92
+ * .eledsec [1-9 ][0-9 ]R
93
+ * .eledsec [1-9 ][0-9 ][0-9 ]
94
+ * .eledsec [1-9 ][0-9 ][0-9 ]R
95
+
96
+ # glossaries
97
+ * .acn
98
+ * .acr
99
+ * .glg
100
+ * .glo
101
+ * .gls
102
+ * .glsdefs
103
+
104
+ # gnuplottex
105
+ * -gnuplottex- *
106
+
107
+ # gregoriotex
108
+ * .gaux
109
+ * .gtex
110
+
111
+ # hyperref
112
+ * .brf
113
+
114
+ # knitr
115
+ * -concordance.tex
116
+ # TODO Comment the next line if you want to keep your tikz graphics files
117
+ * .tikz
118
+ * -tikzDictionary
119
+
120
+ # listings
121
+ * .lol
122
+
123
+ # makeidx
124
+ * .idx
125
+ * .ilg
126
+ * .ind
127
+ * .ist
128
+
129
+ # minitoc
130
+ * .maf
131
+ * .mlf
132
+ * .mlt
133
+ * .mtc [0-9 ]*
134
+ * .slf [0-9 ]*
135
+ * .slt [0-9 ]*
136
+ * .stc [0-9 ]*
137
+
138
+ # minted
139
+ _minted *
140
+ * .pyg
141
+
142
+ # morewrites
143
+ * .mw
144
+
145
+ # nomencl
146
+ * .nlo
147
+
148
+ # pax
149
+ * .pax
150
+
151
+ # pdfpcnotes
152
+ * .pdfpc
153
+
154
+ # sagetex
155
+ * .sagetex.sage
156
+ * .sagetex.py
157
+ * .sagetex.scmd
158
+
159
+ # scrwfile
160
+ * .wrt
161
+
162
+ # sympy
163
+ * .sout
164
+ * .sympy
165
+ sympy-plots-for- * .tex /
166
+
167
+ # pdfcomment
168
+ * .upa
169
+ * .upb
170
+
171
+ # pythontex
172
+ * .pytxcode
173
+ pythontex-files- * /
174
+
175
+ # thmtools
176
+ * .loe
177
+
178
+ # TikZ & PGF
179
+ * .dpth
180
+ * .md5
181
+ * .auxlock
182
+
183
+ # todonotes
184
+ * .tdo
185
+
186
+ # easy-todo
187
+ * .lod
188
+
189
+ # xindy
190
+ * .xdy
191
+
192
+ # xypic precompiled matrices
193
+ * .xyc
194
+
195
+ # endfloat
196
+ * .ttt
197
+ * .fff
198
+
199
+ # Latexian
200
+ TSWLatexianTemp *
201
+
202
+ # # Editors:
203
+ # WinEdt
204
+ * .bak
205
+ * .sav
206
+
207
+ # Texpad
208
+ .texpadtmp
209
+
210
+ # Kile
211
+ * .backup
212
+
213
+ # KBibTeX
214
+ * ~ [0-9 ]*
215
+
216
+ # auto folder when using emacs and auctex
217
+ /auto /*
218
+
219
+ # expex forward references with \gathertags
220
+ * -tags.tex
Original file line number Diff line number Diff line change
1
+ # Limerick
2
+ Introduction to Data Science with Python
You can’t perform that action at this time.
0 commit comments