6
|
1 syntax:glob
|
|
2
|
|
3 # Created by https://www.gitignore.io/api/latex
|
|
4 # Edit at https://www.gitignore.io/?templates=latex
|
|
5
|
|
6 ### LaTeX ###
|
|
7 ## Core latex/pdflatex auxiliary files:
|
|
8 *.aux
|
|
9 *.lof
|
|
10 *.log
|
|
11 *.lot
|
|
12 *.fls
|
|
13 *.out
|
|
14 *.toc
|
|
15 *.fmt
|
|
16 *.fot
|
|
17 *.cb
|
|
18 *.cb2
|
|
19 .*.lb
|
|
20
|
|
21 ## Intermediate documents:
|
|
22 *.dvi
|
|
23 *.xdv
|
|
24 *-converted-to.*
|
|
25 # these rules might exclude image files for figures etc.
|
|
26 # *.ps
|
|
27 # *.eps
|
|
28 # *.pdf
|
|
29
|
|
30 ## Generated if empty string is given at "Please type another file name for output:"
|
|
31
|
|
32 ## Bibliography auxiliary files (bibtex/biblatex/biber):
|
|
33 *.bbl
|
|
34 *.bcf
|
|
35 *.blg
|
|
36 *-blx.aux
|
|
37 *-blx.bib
|
|
38 *.run.xml
|
|
39
|
|
40 ## Build tool auxiliary files:
|
|
41 *.fdb_latexmk
|
|
42 *.synctex
|
|
43 *.synctex(busy)
|
|
44 *.synctex.gz
|
|
45 *.synctex.gz(busy)
|
|
46 *.pdfsync
|
|
47
|
|
48 ## Build tool directories for auxiliary files
|
|
49 # latexrun
|
|
50 latex.out/
|
|
51
|
|
52 ## Auxiliary and intermediate files from other packages:
|
|
53 # algorithms
|
|
54 *.alg
|
|
55 *.loa
|
|
56
|
|
57 # achemso
|
|
58 acs-*.bib
|
|
59
|
|
60 # amsthm
|
|
61 *.thm
|
|
62
|
|
63 # beamer
|
|
64 *.nav
|
|
65 *.pre
|
|
66 *.snm
|
|
67 *.vrb
|
|
68
|
|
69 # changes
|
|
70 *.soc
|
|
71
|
|
72 # comment
|
|
73 *.cut
|
|
74
|
|
75 # cprotect
|
|
76 *.cpt
|
|
77
|
|
78 # elsarticle (documentclass of Elsevier journals)
|
|
79 *.spl
|
|
80
|
|
81 # endnotes
|
|
82 *.ent
|
|
83
|
|
84 # fixme
|
|
85 *.lox
|
|
86
|
|
87 # feynmf/feynmp
|
|
88 *.mf
|
|
89 *.mp
|
|
90 *.t[1-9]
|
|
91 *.t[1-9][0-9]
|
|
92 *.tfm
|
|
93
|
|
94 #(r)(e)ledmac/(r)(e)ledpar
|
|
95 *.end
|
|
96 *.?end
|
|
97 *.[1-9]
|
|
98 *.[1-9][0-9]
|
|
99 *.[1-9][0-9][0-9]
|
|
100 *.[1-9]R
|
|
101 *.[1-9][0-9]R
|
|
102 *.[1-9][0-9][0-9]R
|
|
103 *.eledsec[1-9]
|
|
104 *.eledsec[1-9]R
|
|
105 *.eledsec[1-9][0-9]
|
|
106 *.eledsec[1-9][0-9]R
|
|
107 *.eledsec[1-9][0-9][0-9]
|
|
108 *.eledsec[1-9][0-9][0-9]R
|
|
109
|
|
110 # glossaries
|
|
111 *.acn
|
|
112 *.acr
|
|
113 *.glg
|
|
114 *.glo
|
|
115 *.gls
|
|
116 *.glsdefs
|
|
117
|
|
118 # uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
|
119 # *.ist
|
|
120
|
|
121 # gnuplottex
|
|
122 *-gnuplottex-*
|
|
123
|
|
124 # gregoriotex
|
|
125 *.gaux
|
|
126 *.gtex
|
|
127
|
|
128 # htlatex
|
|
129 *.4ct
|
|
130 *.4tc
|
|
131 *.idv
|
|
132 *.lg
|
|
133 *.trc
|
|
134 *.xref
|
|
135
|
|
136 # hyperref
|
|
137 *.brf
|
|
138
|
|
139 # knitr
|
|
140 *-concordance.tex
|
|
141 # TODO Comment the next line if you want to keep your tikz graphics files
|
|
142 *.tikz
|
|
143 *-tikzDictionary
|
|
144
|
|
145 # listings
|
|
146 *.lol
|
|
147
|
|
148 # luatexja-ruby
|
|
149 *.ltjruby
|
|
150
|
|
151 # makeidx
|
|
152 *.idx
|
|
153 *.ilg
|
|
154 *.ind
|
|
155
|
|
156 # minitoc
|
|
157 *.maf
|
|
158 *.mlf
|
|
159 *.mlt
|
|
160 *.mtc[0-9]*
|
|
161 *.slf[0-9]*
|
|
162 *.slt[0-9]*
|
|
163 *.stc[0-9]*
|
|
164
|
|
165 # minted
|
|
166 _minted*
|
|
167 *.pyg
|
|
168
|
|
169 # morewrites
|
|
170 *.mw
|
|
171
|
|
172 # nomencl
|
|
173 *.nlg
|
|
174 *.nlo
|
|
175 *.nls
|
|
176
|
|
177 # pax
|
|
178 *.pax
|
|
179
|
|
180 # pdfpcnotes
|
|
181 *.pdfpc
|
|
182
|
|
183 # sagetex
|
|
184 *.sagetex.sage
|
|
185 *.sagetex.py
|
|
186 *.sagetex.scmd
|
|
187
|
|
188 # scrwfile
|
|
189 *.wrt
|
|
190
|
|
191 # sympy
|
|
192 *.sout
|
|
193 *.sympy
|
|
194 sympy-plots-for-*.tex/
|
|
195
|
|
196 # pdfcomment
|
|
197 *.upa
|
|
198 *.upb
|
|
199
|
|
200 # pythontex
|
|
201 *.pytxcode
|
|
202 pythontex-files-*/
|
|
203
|
|
204 # tcolorbox
|
|
205 *.listing
|
|
206
|
|
207 # thmtools
|
|
208 *.loe
|
|
209
|
|
210 # TikZ & PGF
|
|
211 *.dpth
|
|
212 *.md5
|
|
213 *.auxlock
|
|
214
|
|
215 # todonotes
|
|
216 *.tdo
|
|
217
|
|
218 # vhistory
|
|
219 *.hst
|
|
220 *.ver
|
|
221
|
|
222 # easy-todo
|
|
223 *.lod
|
|
224
|
|
225 # xcolor
|
|
226 *.xcp
|
|
227
|
|
228 # xmpincl
|
|
229 *.xmpi
|
|
230
|
|
231 # xindy
|
|
232 *.xdy
|
|
233
|
|
234 # xypic precompiled matrices
|
|
235 *.xyc
|
|
236
|
|
237 # endfloat
|
|
238 *.ttt
|
|
239 *.fff
|
|
240
|
|
241 # Latexian
|
|
242 TSWLatexianTemp*
|
|
243
|
|
244 ## Editors:
|
|
245 # WinEdt
|
|
246 *.bak
|
|
247 *.sav
|
|
248
|
|
249 # Texpad
|
|
250 .texpadtmp
|
|
251
|
|
252 # LyX
|
|
253 *.lyx~
|
|
254
|
|
255 # Kile
|
|
256 *.backup
|
|
257
|
|
258 # KBibTeX
|
|
259 *~[0-9]*
|
|
260
|
|
261 # auto folder when using emacs and auctex
|
|
262 ./auto/*
|
|
263 *.el
|
|
264
|
|
265 # expex forward references with \gathertags
|
|
266 *-tags.tex
|
|
267
|
|
268 # standalone packages
|
|
269 *.sta
|
|
270
|
|
271 ### LaTeX Patch ###
|
|
272 # glossaries
|
|
273 *.glstex
|
|
274
|
|
275 # End of https://www.gitignore.io/api/latex
|
|
276
|
|
277
|
|
278 # Created by https://www.gitignore.io/api/node
|
|
279 # Edit at https://www.gitignore.io/?templates=node
|
|
280
|
|
281 ### Node ###
|
|
282 # Logs
|
|
283 logs
|
|
284 *.log
|
|
285 npm-debug.log*
|
|
286 yarn-debug.log*
|
|
287 yarn-error.log*
|
|
288 lerna-debug.log*
|
|
289
|
|
290 # Diagnostic reports (https://nodejs.org/api/report.html)
|
|
291 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
292
|
|
293 # Runtime data
|
|
294 pids
|
|
295 *.pid
|
|
296 *.seed
|
|
297 *.pid.lock
|
|
298
|
|
299 # Directory for instrumented libs generated by jscoverage/JSCover
|
|
300 lib-cov
|
|
301
|
|
302 # Coverage directory used by tools like istanbul
|
|
303 coverage
|
|
304 *.lcov
|
|
305
|
|
306 # nyc test coverage
|
|
307 .nyc_output
|
|
308
|
|
309 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
|
310 .grunt
|
|
311
|
|
312 # Bower dependency directory (https://bower.io/)
|
|
313 bower_components
|
|
314
|
|
315 # node-waf configuration
|
|
316 .lock-wscript
|
|
317
|
|
318 # Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
319 build/Release
|
|
320
|
|
321 # Dependency directories
|
|
322 node_modules/
|
|
323 jspm_packages/
|
|
324
|
|
325 # TypeScript v1 declaration files
|
|
326 typings/
|
|
327
|
|
328 # TypeScript cache
|
|
329 *.tsbuildinfo
|
|
330
|
|
331 # Optional npm cache directory
|
|
332 .npm
|
|
333
|
|
334 # Optional eslint cache
|
|
335 .eslintcache
|
|
336
|
|
337 # Optional REPL history
|
|
338 .node_repl_history
|
|
339
|
|
340 # Output of 'npm pack'
|
|
341 *.tgz
|
|
342
|
|
343 # Yarn Integrity file
|
|
344 .yarn-integrity
|
|
345
|
|
346 # dotenv environment variables file
|
|
347 .env
|
|
348 .env.test
|
|
349
|
|
350 # parcel-bundler cache (https://parceljs.org/)
|
|
351 .cache
|
|
352
|
|
353 # next.js build output
|
|
354 .next
|
|
355
|
|
356 # nuxt.js build output
|
|
357 .nuxt
|
|
358
|
|
359 # react / gatsby
|
|
360 public/
|
|
361
|
|
362 # vuepress build output
|
|
363 .vuepress/dist
|
|
364
|
|
365 # Serverless directories
|
|
366 .serverless/
|
|
367
|
|
368 # FuseBox cache
|
|
369 .fusebox/
|
|
370
|
|
371 # DynamoDB Local files
|
|
372 .dynamodb/
|
|
373
|
|
374 # End of https://www.gitignore.io/api/node
|