|
@@ -0,0 +1,258 @@
|
|
1
|
+# Created by https://www.gitignore.io/api/emacs,elisp,latex,linux
|
|
2
|
+
|
|
3
|
+### Emacs ###
|
|
4
|
+# -*- mode: gitignore; -*-
|
|
5
|
+*~
|
|
6
|
+\#*\#
|
|
7
|
+/.emacs.desktop
|
|
8
|
+/.emacs.desktop.lock
|
|
9
|
+*.elc
|
|
10
|
+auto-save-list
|
|
11
|
+tramp
|
|
12
|
+.\#*
|
|
13
|
+
|
|
14
|
+# Org-mode
|
|
15
|
+.org-id-locations
|
|
16
|
+*_archive
|
|
17
|
+
|
|
18
|
+# flymake-mode
|
|
19
|
+*_flymake.*
|
|
20
|
+
|
|
21
|
+# eshell files
|
|
22
|
+/eshell/history
|
|
23
|
+/eshell/lastdir
|
|
24
|
+
|
|
25
|
+# elpa packages
|
|
26
|
+/elpa/
|
|
27
|
+
|
|
28
|
+# reftex files
|
|
29
|
+*.rel
|
|
30
|
+
|
|
31
|
+# AUCTeX auto folder
|
|
32
|
+/auto/
|
|
33
|
+
|
|
34
|
+# cask packages
|
|
35
|
+.cask/
|
|
36
|
+dist/
|
|
37
|
+
|
|
38
|
+# Flycheck
|
|
39
|
+flycheck_*.el
|
|
40
|
+
|
|
41
|
+# server auth directory
|
|
42
|
+/server/
|
|
43
|
+
|
|
44
|
+# projectiles files
|
|
45
|
+.projectile
|
|
46
|
+
|
|
47
|
+### Elisp ###
|
|
48
|
+# Compiled
|
|
49
|
+*.elc
|
|
50
|
+
|
|
51
|
+# Packaging
|
|
52
|
+.cask
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+### LaTeX ###
|
|
56
|
+## Core latex/pdflatex auxiliary files:
|
|
57
|
+*.aux
|
|
58
|
+*.lof
|
|
59
|
+*.log
|
|
60
|
+*.lot
|
|
61
|
+*.fls
|
|
62
|
+*.out
|
|
63
|
+*.toc
|
|
64
|
+*.fmt
|
|
65
|
+*.fot
|
|
66
|
+*.cb
|
|
67
|
+*.cb2
|
|
68
|
+
|
|
69
|
+## Intermediate documents:
|
|
70
|
+*.dvi
|
|
71
|
+*-converted-to.*
|
|
72
|
+# these rules might exclude image files for figures etc.
|
|
73
|
+# *.ps
|
|
74
|
+# *.eps
|
|
75
|
+# *.pdf
|
|
76
|
+
|
|
77
|
+## Generated if empty string is given at "Please type another file name for output:"
|
|
78
|
+.pdf
|
|
79
|
+
|
|
80
|
+## Bibliography auxiliary files (bibtex/biblatex/biber):
|
|
81
|
+*.bbl
|
|
82
|
+*.bcf
|
|
83
|
+*.blg
|
|
84
|
+*-blx.aux
|
|
85
|
+*-blx.bib
|
|
86
|
+*.brf
|
|
87
|
+*.run.xml
|
|
88
|
+
|
|
89
|
+## Build tool auxiliary files:
|
|
90
|
+*.fdb_latexmk
|
|
91
|
+*.synctex
|
|
92
|
+*.synctex(busy)
|
|
93
|
+*.synctex.gz
|
|
94
|
+*.synctex.gz(busy)
|
|
95
|
+*.pdfsync
|
|
96
|
+
|
|
97
|
+## Auxiliary and intermediate files from other packages:
|
|
98
|
+# algorithms
|
|
99
|
+*.alg
|
|
100
|
+*.loa
|
|
101
|
+
|
|
102
|
+# achemso
|
|
103
|
+acs-*.bib
|
|
104
|
+
|
|
105
|
+# amsthm
|
|
106
|
+*.thm
|
|
107
|
+
|
|
108
|
+# beamer
|
|
109
|
+*.nav
|
|
110
|
+*.snm
|
|
111
|
+*.vrb
|
|
112
|
+
|
|
113
|
+# cprotect
|
|
114
|
+*.cpt
|
|
115
|
+
|
|
116
|
+# fixme
|
|
117
|
+*.lox
|
|
118
|
+
|
|
119
|
+#(r)(e)ledmac/(r)(e)ledpar
|
|
120
|
+*.end
|
|
121
|
+*.?end
|
|
122
|
+*.[1-9]
|
|
123
|
+*.[1-9][0-9]
|
|
124
|
+*.[1-9][0-9][0-9]
|
|
125
|
+*.[1-9]R
|
|
126
|
+*.[1-9][0-9]R
|
|
127
|
+*.[1-9][0-9][0-9]R
|
|
128
|
+*.eledsec[1-9]
|
|
129
|
+*.eledsec[1-9]R
|
|
130
|
+*.eledsec[1-9][0-9]
|
|
131
|
+*.eledsec[1-9][0-9]R
|
|
132
|
+*.eledsec[1-9][0-9][0-9]
|
|
133
|
+*.eledsec[1-9][0-9][0-9]R
|
|
134
|
+
|
|
135
|
+# glossaries
|
|
136
|
+*.acn
|
|
137
|
+*.acr
|
|
138
|
+*.glg
|
|
139
|
+*.glo
|
|
140
|
+*.gls
|
|
141
|
+*.glsdefs
|
|
142
|
+
|
|
143
|
+# gnuplottex
|
|
144
|
+*-gnuplottex-*
|
|
145
|
+
|
|
146
|
+# hyperref
|
|
147
|
+*.brf
|
|
148
|
+
|
|
149
|
+# knitr
|
|
150
|
+*-concordance.tex
|
|
151
|
+# TODO Comment the next line if you want to keep your tikz graphics files
|
|
152
|
+*.tikz
|
|
153
|
+*-tikzDictionary
|
|
154
|
+
|
|
155
|
+# listings
|
|
156
|
+*.lol
|
|
157
|
+
|
|
158
|
+# makeidx
|
|
159
|
+*.idx
|
|
160
|
+*.ilg
|
|
161
|
+*.ind
|
|
162
|
+*.ist
|
|
163
|
+
|
|
164
|
+# minitoc
|
|
165
|
+*.maf
|
|
166
|
+*.mlf
|
|
167
|
+*.mlt
|
|
168
|
+*.mtc
|
|
169
|
+*.mtc[0-9]
|
|
170
|
+*.mtc[1-9][0-9]
|
|
171
|
+
|
|
172
|
+# minted
|
|
173
|
+_minted*
|
|
174
|
+*.pyg
|
|
175
|
+
|
|
176
|
+# morewrites
|
|
177
|
+*.mw
|
|
178
|
+
|
|
179
|
+# mylatexformat
|
|
180
|
+*.fmt
|
|
181
|
+
|
|
182
|
+# nomencl
|
|
183
|
+*.nlo
|
|
184
|
+
|
|
185
|
+# sagetex
|
|
186
|
+*.sagetex.sage
|
|
187
|
+*.sagetex.py
|
|
188
|
+*.sagetex.scmd
|
|
189
|
+
|
|
190
|
+# scrwfile
|
|
191
|
+*.wrt
|
|
192
|
+
|
|
193
|
+# sympy
|
|
194
|
+*.sout
|
|
195
|
+*.sympy
|
|
196
|
+sympy-plots-for-*.tex/
|
|
197
|
+
|
|
198
|
+# pdfcomment
|
|
199
|
+*.upa
|
|
200
|
+*.upb
|
|
201
|
+
|
|
202
|
+# pythontex
|
|
203
|
+*.pytxcode
|
|
204
|
+pythontex-files-*/
|
|
205
|
+
|
|
206
|
+# thmtools
|
|
207
|
+*.loe
|
|
208
|
+
|
|
209
|
+# TikZ & PGF
|
|
210
|
+*.dpth
|
|
211
|
+*.md5
|
|
212
|
+*.auxlock
|
|
213
|
+
|
|
214
|
+# todonotes
|
|
215
|
+*.tdo
|
|
216
|
+
|
|
217
|
+# easy-todo
|
|
218
|
+*.lod
|
|
219
|
+
|
|
220
|
+# xindy
|
|
221
|
+*.xdy
|
|
222
|
+
|
|
223
|
+# xypic precompiled matrices
|
|
224
|
+*.xyc
|
|
225
|
+
|
|
226
|
+# endfloat
|
|
227
|
+*.ttt
|
|
228
|
+*.fff
|
|
229
|
+
|
|
230
|
+# Latexian
|
|
231
|
+TSWLatexianTemp*
|
|
232
|
+
|
|
233
|
+## Editors:
|
|
234
|
+# WinEdt
|
|
235
|
+*.bak
|
|
236
|
+*.sav
|
|
237
|
+
|
|
238
|
+# Texpad
|
|
239
|
+.texpadtmp
|
|
240
|
+
|
|
241
|
+# Kile
|
|
242
|
+*.backup
|
|
243
|
+
|
|
244
|
+# KBibTeX
|
|
245
|
+*~[0-9]*
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+### Linux ###
|
|
249
|
+*~
|
|
250
|
+
|
|
251
|
+# temporary files which can be created if a process still has a handle open of a deleted file
|
|
252
|
+.fuse_hidden*
|
|
253
|
+
|
|
254
|
+# KDE directory preferences
|
|
255
|
+.directory
|
|
256
|
+
|
|
257
|
+# Linux trash folder which might appear on any partition or disk
|
|
258
|
+.Trash-*
|