FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
daScript/.gitignore at master · feiyunwill/daScript · GitHub
feiyunwill
/
daScript
Public
forked from
GaijinEntertainment/daScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
daScript
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
193 lines (172 loc) · 5.6 KB
Breadcrumbs
daScript
/
.gitignore
Copy path
File metadata and controls
193 lines (172 loc) · 5.6 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
*
.DS_Store
.DS_Store
benchdata.db
*
.output
*
.temp
*
.sf2
#
build artifacts
web
/
build_pt
/
.codex
/
.agents
/
build
/
build-ninja
/
build-track
/
build-rwdi
/
build-asan
/
build-ubsan
/
build-linux-asan
/
build-linux
/
build-mingw
/
build_eastl
/
build32
/
#
EASTL local-verify checkouts (build_eastl uses these via -isystem)
eastl
/
eabase
/
#
docs
site
/
doc-latex
/
#
daspkg per-package cmake build dirs (utils/daspkg/commands.das:976 -> {pkg_dir}/_build)
_build
/
modules
/
**
/
_build
/
#
All build binaries stored here
bin
/
#
JIT stores dll's here
.jitted_scripts
/
#
All build libraries stored here
lib
/
#
dasTreeSitter vendors Tree-sitter's source directory named `lib`; it is an
#
input dependency, not a build-output directory.
!
modules
/
dasTreeSitter
/
3rdparty
/
tree-sitter
/
lib
/
!
modules
/
dasTreeSitter
/
3rdparty
/
tree-sitter
/
lib
/
**
modules
/
**
/
*
.shared_module
examples
/
**
/
*
.shared_module
_aot_generated
/
_llvm_aot_generated
/
.vscode
/
.cache
/
opencoede.json
#
scratch smoke scripts from clang-mingw64 enablement (not part of any feature)
_smoke
*
.das
_smoke
*
.cpp
_smoke
*
.o
modules
/
dasSFML
/
libsfml
/
#
site/doc/ is the Sphinx HTML output deployed by .github/workflows/pages.yml.
#
Source for site/* (forge.css, blog/_posts/*.md, _news/*.md, etc.) IS tracked;
#
the build-time output (blog/*.html, news/*.html, files/wasm/, etc.) is
#
ignored via site/.gitignore.
site
/
doc
/
doc
/
sphinx-build
/
doc
/
sphinx-build-latex
/
doc
/
source
/
stdlib
/
generated
/
utils
/
internal
/
ast-fuzz
/
__
*
.das
utils
/
internal
/
ast-fuzz
/
__
*
.log
utils
/
internal
/
ast-fuzz
/
_ast_synth_all.das
#
Tutorial recordings: APNG intermediates land here from modules/dasImgui/tests
#
record_* drivers; the MP4 deliverables are staged here from the docs-assets
#
GitHub release by utils/internal/docs-assets/fetch — neither is tracked.
doc
/
source
/
_static
/
tutorials
/
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
/
yzg.code-workspace
daScript.code-workspace
examples
/
wip.das
examples
/
wip_macro.das
utils
/
gen1-to-gen2
/
ds_parser.output
src
/
parser
/
ds2_parser.output
src
/
parser
/
ds_parser.output
#
MCP / ast-grep (platform-specific config)
.mcp.json
sgconfig.yml
utils
/
mcp
/
mcp_server.log
.playwright-mcp
/
#
Emscripten SDK (local install)
emsdk
/
#
Local `cmake --install` tree (produced by `cmake --install build --prefix install`
#
during dev iteration — used by sibling-repo work like dasProfile that consumes
#
the SDK via `find_package(DAS)`).
install
/
#
daspkg artifacts
daspkg.lock
.daspkg_global.lock
.daspkg_standalone
modules
/
.daspkg_tmp
/
modules
/
.daspkg_backup
/
modules
/
.daspkg_cache
/
modules
/
.daspkg.log
**
/
.daspkg.log.local
*
examples
/
**
/
modules
/
utils
/
**
/
modules
/
#
Exception: MCP test fixture for project_root flag (utils/mcp/test_tools.das
#
Tier 1 tests need a daspkg-style modules/<mod>/.das_module layout to verify
#
that -project_root flows through correctly).
!
utils
/
mcp
/
tests
/
_pretend_root
/
modules
/
!
utils
/
mcp
/
tests
/
_pretend_root
/
modules
/
**
#
Claude Code (local settings + runtime state). Exceptions: .claude/skills/
#
carries the checked-in daslang LSP plugin manifest — it must travel with the
#
repo so sessions load the LSP on workspace trust (utils/lsp/README.md) —
#
and .claude/agents/ carries the repo's SHARED agent definitions (personal
#
experiments live in ~/.claude/agents/, the user-level registry, instead) —
#
and .claude/hooks/ carries the repo's session hooks plus their tests
#
(.claude/hooks/README.md).
.claude
/
*
!
.claude
/
skills
/
!
.claude
/
agents
/
!
.claude
/
hooks
/
!
.claude
/
settings.json
examples
/
games
/
sequence
/
modules
/
.daspkg.log
tutorials
/
integration
/
cpp
/
_standalone_ctx_generated
/
standalone_context.das.cpp
tutorials
/
integration
/
cpp
/
_standalone_ctx_generated
/
standalone_context.das.h
#
dasHV tutorials 04/05 create these under get_das_root() at run time and clean
#
them up on exit; they are run artifacts, never fixtures.
tutorials
/
dasHV
/
_upload_test
/
tutorials
/
dasHV
/
_static_test
/
tutorials
/
dasHV
/
_testfile.txt
#
dasAudio tutorial 07 writes its wav outputs beside the tutorial source.
tutorials
/
dasAudio
/
_tutorial_
*
.wav
#
shared-module PDBs — Release now emits /Z7+/DEBUG side PDBs for every module
#
(was an enumerated list; the glob covers the modules that only started getting PDBs)
modules
/
**
/
*
.pdb
tree-sitter-daslang
/
daslang.pdb
libhv.
*
.log
build-ubsan
/
.ninja_log
doc
/
sphinx-build-latex
/
environment.pickle
opencode.json
test-results
/
logs
/
#
flatten-fuzz transient dumps (generated source + failure/residual reproducers)
_flatten_fuzz_
*
.das
flatten_fuzz_fail_
*
.das
flatten_fuzz_residual_
*
.das
#
sfx_lab audition output (sfxr_presets.das writes WAVs here)
sfxr_renders
/
#
sfx_lab drum reference renders (render_drums.das writes soundfont WAVs here)
drum_refs
/
#
Dear ImGui auto-saved window layout (written to CWD by imgui apps)
imgui.ini
#
per-box kernel tuning output (dasLLAMA tune_dot harness) + local snapshots
box_profile
*
.json
#
per-box llvm_tune scope manifests ([tune_scope] / [tune_manifest])
*
.tune.json
*
.tune.json.bak
#
examples/benchmarks sweep output (regenerated by _update_results.das runs)
_bench_
*
.json
build32
/
dasModuleGlfw.vcxproj.filters
modules
/
dasLLAMA
/
performance
/
_rig
/
#
dasllama-server saves its config beside itself (main.das save_config)
utils
/
dasllama-server
/
dasllama-server.toml
#
my local box runbook (machine-specific paths; not for the shared repo)
ZEN2.md
#
local playground rig scratch (web/serve_playground.py)
web
/
_serve
/
web
/
build_pt
/
_deps
/
freetype_src-build
/
include
/
freetype
/
config
/
ftoption.h
modules
/
dasLLAMA
/
benchmarks
/
modules
/
.daspkg.log
#
python bytecode, anywhere
__pycache__
/
site
/
files
/
profile_results_
*
.json
Back
|
FazBrowse Home
|
New Git URL