-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy path.gitignore
241 lines (202 loc) · 2.95 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
### Compiled source
*.o
*.d
*.d.*
### python files
__pycache__
### Compressed packages and Garbage Collector
*.tar.gz
*.tgz
### Binaries
asy
xasy
### Version info
*version.*
!gc/include/gc_version.h
!gc/m4/gc_set_version.m4
!version.texi.in
revision.*
### Runtime objects
run*.cc
run*.h
### History
history
### Generated files
/Makefile
/doc/Makefile
/doc/png/Makefile
/doc/FAQ/asy-faq.*
!/doc/FAQ/asy-faq.bfnn
*.png
*.gif
*.pnm
*.jpg
*.prc
*.svg
*.roff
/doc/png/*.html
/.wisdom
/allsymbols.h
/asy-keywords.el
/asy.list
/autom4te.cache/
/builtin.symbols.h
/camp.output
/camp.tab.cc
/camp.tab.h
/config.h
/config.h.in
/config.status
/configure
/doc/asy-latex.i*
/doc/asy.1
/glrender.d.54461
/gsl.symbols.h
/keywords.h
/lex.yy.cc
/opsymbols.h
/types.symbols.h
*.dSYM
.DS_Store
### TeX-related
## Core latex/pdflatex auxiliary files:
*_.tex
*+[0-9]*.tex
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.tuc
*.hd
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
*.ps
*.eps
*.pdf
*.pre
*.m9
#*-[0-9].*
/doc/latexusage-[0-9]*
/doc/**/asymptote.*
!/doc/asymptote.texi
/doc/options
.asy_*
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
### Debugging files
core.*
### Backups
*~
\#*
.\#*
/.idea/*
examples/_ig_*.asy
### Shorthand Dev Script
asydev
gdb_xasy
_ig_*/*
### IDE Files
.vscode
.fleet
.cache/jb
### Translation binary files
*.mo
# apitrace outputs
*.trace
## TODO: Use git lfs to store a larger HDRi format (but bandwidth)?
## Or tell people to store it elsewhere?
base/res/*.hdr
base/res/*.exr
*.bak
*.tar.gz.*
renderDocSettings
*.html
!index.html
/doc/png/index.html
!webgl/WebGL*.html
v3dheadertypes.h
v3dheadertypes.py
base/v3dheadertypes.asy
v3dtypes.h
v3dtypes.py
base/v3dtypes.asy
LspCpp/CMakeCache.txt
LspCpp/CMakeDoxyfile.in
LspCpp/CMakeDoxygenDefaults.cmake
LspCpp/CMakeFiles/
LspCpp/Makefile
LspCpp/cmake_install.cmake
LspCpp/third_party/uri/CMakeFiles/
LspCpp/third_party/uri/Doxyfile
LspCpp/third_party/uri/Makefile
LspCpp/third_party/uri/cmake_install.cmake
LspCpp/third_party/uri/src/CMakeFiles/
LspCpp/third_party/uri/src/Makefile
LspCpp/third_party/uri/src/cmake_install.cmake
base/webgl/asygl.js
# CMake files
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
cmake-build-*
cmake-install-*
CMakeUserPresets.json
# visual studio files
.vs
*.DotSettings.user
# ignore directory
idir
# windows-specific ignore
*.aps
*.exe
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
[Dd]esktop.ini
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
*.stackdump
# version package
asy-pkg-version-suffix.cmake
# vcpkg
vcpkg_installed
# temporary configuration header/sources
/confdefs.cc
/confdefs.h
/conftest.cpp
/conftest.cc
/conftest.c
acextlibs
acextbuilds
extbuilds
# generated files from
*.raw.i
extfiles/
tools-cache
CTAN
asydoc
tests/out
tests/out.*