Mercurial > hg > Papers > 2020 > mk-sigiot
comparison .hgignore @ 0:f84b0189359c
init
author | Ken Miyahira <e175733@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Jul 2020 14:42:25 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f84b0189359c |
---|---|
1 syntax:glob | |
2 .DS_Store | |
3 .keep | |
4 | |
5 # Created by https://www.gitignore.io/api/latex | |
6 # Edit at https://www.gitignore.io/?templates=latex | |
7 | |
8 ### LaTeX ### | |
9 ## Core latex/pdflatex auxiliary files: | |
10 *.aux | |
11 *.lof | |
12 *.log | |
13 *.lot | |
14 *.fls | |
15 *.out | |
16 *.toc | |
17 *.fmt | |
18 *.fot | |
19 *.cb | |
20 *.cb2 | |
21 .*.lb | |
22 | |
23 ## Intermediate documents: | |
24 *.dvi | |
25 *.xdv | |
26 *-converted-to.* | |
27 # these rules might exclude image files for figures etc. | |
28 # *.ps | |
29 # *.eps | |
30 # *.pdf | |
31 | |
32 ## Generated if empty string is given at "Please type another file name for output:" | |
33 .pdf | |
34 | |
35 ## Bibliography auxiliary files (bibtex/biblatex/biber): | |
36 *.bbl | |
37 *.bcf | |
38 *.blg | |
39 *-blx.aux | |
40 *-blx.bib | |
41 *.run.xml | |
42 | |
43 ## Build tool auxiliary files: | |
44 *.fdb_latexmk | |
45 *.synctex | |
46 *.synctex(busy) | |
47 *.synctex.gz | |
48 *.synctex.gz(busy) | |
49 *.pdfsync | |
50 | |
51 ## Build tool directories for auxiliary files | |
52 # latexrun | |
53 latex.out/ | |
54 | |
55 ## Auxiliary and intermediate files from other packages: | |
56 # algorithms | |
57 *.alg | |
58 *.loa | |
59 | |
60 # achemso | |
61 acs-*.bib | |
62 | |
63 # amsthm | |
64 *.thm | |
65 | |
66 # beamer | |
67 *.nav | |
68 *.pre | |
69 *.snm | |
70 *.vrb | |
71 | |
72 # changes | |
73 *.soc | |
74 | |
75 # comment | |
76 *.cut | |
77 | |
78 # cprotect | |
79 *.cpt | |
80 | |
81 # elsarticle (documentclass of Elsevier journals) | |
82 *.spl | |
83 | |
84 # endnotes | |
85 *.ent | |
86 | |
87 # fixme | |
88 *.lox | |
89 | |
90 # feynmf/feynmp | |
91 *.mf | |
92 *.mp | |
93 *.t[1-9] | |
94 *.t[1-9][0-9] | |
95 *.tfm | |
96 | |
97 #(r)(e)ledmac/(r)(e)ledpar | |
98 *.end | |
99 *.?end | |
100 *.[1-9] | |
101 *.[1-9][0-9] | |
102 *.[1-9][0-9][0-9] | |
103 *.[1-9]R | |
104 *.[1-9][0-9]R | |
105 *.[1-9][0-9][0-9]R | |
106 *.eledsec[1-9] | |
107 *.eledsec[1-9]R | |
108 *.eledsec[1-9][0-9] | |
109 *.eledsec[1-9][0-9]R | |
110 *.eledsec[1-9][0-9][0-9] | |
111 *.eledsec[1-9][0-9][0-9]R | |
112 | |
113 # glossaries | |
114 *.acn | |
115 *.acr | |
116 *.glg | |
117 *.glo | |
118 *.gls | |
119 *.glsdefs | |
120 | |
121 # uncomment this for glossaries-extra (will ignore makeindex's style files!) | |
122 # *.ist | |
123 | |
124 # gnuplottex | |
125 *-gnuplottex-* | |
126 | |
127 # gregoriotex | |
128 *.gaux | |
129 *.gtex | |
130 | |
131 # htlatex | |
132 *.4ct | |
133 *.4tc | |
134 *.idv | |
135 *.lg | |
136 *.trc | |
137 *.xref | |
138 | |
139 # hyperref | |
140 *.brf | |
141 | |
142 # knitr | |
143 *-concordance.tex | |
144 # TODO Comment the next line if you want to keep your tikz graphics files | |
145 *.tikz | |
146 *-tikzDictionary | |
147 | |
148 # listings | |
149 *.lol | |
150 | |
151 # luatexja-ruby | |
152 *.ltjruby | |
153 | |
154 # makeidx | |
155 *.idx | |
156 *.ilg | |
157 *.ind | |
158 | |
159 # minitoc | |
160 *.maf | |
161 *.mlf | |
162 *.mlt | |
163 *.mtc[0-9]* | |
164 *.slf[0-9]* | |
165 *.slt[0-9]* | |
166 *.stc[0-9]* | |
167 | |
168 # minted | |
169 _minted* | |
170 *.pyg | |
171 | |
172 # morewrites | |
173 *.mw | |
174 | |
175 # nomencl | |
176 *.nlg | |
177 *.nlo | |
178 *.nls | |
179 | |
180 # pax | |
181 *.pax | |
182 | |
183 # pdfpcnotes | |
184 *.pdfpc | |
185 | |
186 # sagetex | |
187 *.sagetex.sage | |
188 *.sagetex.py | |
189 *.sagetex.scmd | |
190 | |
191 # scrwfile | |
192 *.wrt | |
193 | |
194 # sympy | |
195 *.sout | |
196 *.sympy | |
197 sympy-plots-for-*.tex/ | |
198 | |
199 # pdfcomment | |
200 *.upa | |
201 *.upb | |
202 | |
203 # pythontex | |
204 *.pytxcode | |
205 pythontex-files-*/ | |
206 | |
207 # tcolorbox | |
208 *.listing | |
209 | |
210 # thmtools | |
211 *.loe | |
212 | |
213 # TikZ & PGF | |
214 *.dpth | |
215 *.md5 | |
216 *.auxlock | |
217 | |
218 # todonotes | |
219 *.tdo | |
220 | |
221 # vhistory | |
222 *.hst | |
223 *.ver | |
224 | |
225 # easy-todo | |
226 *.lod | |
227 | |
228 # xcolor | |
229 *.xcp | |
230 | |
231 # xmpincl | |
232 *.xmpi | |
233 | |
234 # xindy | |
235 *.xdy | |
236 | |
237 # xypic precompiled matrices | |
238 *.xyc | |
239 | |
240 # endfloat | |
241 *.ttt | |
242 *.fff | |
243 | |
244 # Latexian | |
245 TSWLatexianTemp* | |
246 | |
247 ## Editors: | |
248 # WinEdt | |
249 *.bak | |
250 *.sav | |
251 | |
252 # Texpad | |
253 .texpadtmp | |
254 | |
255 # LyX | |
256 *.lyx~ | |
257 | |
258 # Kile | |
259 *.backup | |
260 | |
261 # KBibTeX | |
262 *~[0-9]* | |
263 | |
264 # auto folder when using emacs and auctex | |
265 ./auto/* | |
266 *.el | |
267 | |
268 # expex forward references with \gathertags | |
269 *-tags.tex | |
270 | |
271 # standalone packages | |
272 *.sta | |
273 | |
274 ### LaTeX Patch ### | |
275 # glossaries | |
276 *.glstex | |
277 | |
278 # End of https://www.gitignore.io/api/latex | |
279 | |
280 paper/lint |