forked from vectorgraphics/asymptote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
185 lines (158 loc) · 2.4 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
### Compiled source
*.o
*.d
*.d.*
### Compressed packages and Garbage Collector
gc-*
*.tar.gz
*.tgz
libatomic*
### Binaries
asy
xasy
### Version info
*version.*
revision.*
/GUI/xasyVersion.py
### Runtime objects
run*.cc
run*.h
### History
history
### Generated files
newDrawing.asy
/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
GUI/*.pyc
GUI/*/*.pyc
GUI/*/__pycache__
/.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.cc
/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
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
*.ps
*.eps
*.pdf
*.pre
*.m9
#*-[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
*~
\#*
.\#*
### Generated python UI files
/GUI/pyUIClass/*
/GUI/__pycache__/*
/.idea/*
/GUI/.env
examples/_ig_*.asy
### Shorthand Dev Script
asydev
gdb_xasy
_ig_*/*
### IDE Files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/c_cpp_properties.json
### Translation binary files
*.mo
### SVG Icons
GUI/res/*
!GUI/res/*/*.svg
### RC Icons
GUI/icons_rc.py
# 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
!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