Skip to content

Commit 8c67046

Browse files
Add gitignore file.
1 parent 1744d0c commit 8c67046

File tree

1 file changed

+256
-0
lines changed

1 file changed

+256
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)