forked from GaijinEntertainment/daScript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (45 loc) · 845 Bytes
/
.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
cmake_temp/
*.DS_Store
.DS_Store
tmtags
*.output
*.temp
**/_aot_generated
build/
bin/
.vscode/
.cache/
temp/
test.bin
include/modules/external_need.inc
include/modules/external_resolve.inc
examples/test/imgui.ini
examples/test/Simple.json
temp/fragment.bin
temp/fragment.sh
temp/varying.def.sc
temp/vertex.bin
temp/vertex.sh
temp/compute.bin
temp/compute.sh
modules/dasSFML/libsfml/
site/
doc/sphinx-build/
doc/source/__pycache__/
doc/source/_build/doctrees/environment.pickle
doc/source/_build/
web/emsdk/
web/cmake_temp/
web/CMakeXxdImpl.txt
web/output/daScript.html
web/output/daScript.js
web/output/daScript.js.mem
web/output/daScript.wasm
web/output/.idea/
examples/rast2d/LEVELS/
examples/rast2d/SOUNDS/audio_0.wav
examples/rast2d/SOUNDS/
examples/rast2d/SPRITES/
examples/rast2d/WALLS/
examples/rast2d/PICTURES/
yzg.code-workspace