-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy path.gitignore
More file actions
168 lines (150 loc) · 4.64 KB
/
Copy path.gitignore
File metadata and controls
168 lines (150 loc) · 4.64 KB
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
*.DS_Store
.DS_Store
benchdata.db
*.output
*.temp
*.sf2
# build artifacts
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/
modules/**/*.shared_module
examples/**/*.shared_module
_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/
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/
yzg.code-workspace
daScript.code-workspace
examples/wip.das
examples/wip_macro.das
utils/dasFormatter/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
# dasImgui ships from its own repo (https://github.com/borisbat/dasImgui);
# the modules/dasImgui/ tree is daspkg-installed locally and must NOT be
# tracked here, or the root cmake will try to build the daspkg-standalone
# module in-tree (broken master 2026-05-12 -> 13).
modules/dasImgui/
modules/.daspkg_tmp/
modules/.daspkg_backup/
modules/.daspkg_cache/
modules/.daspkg.log
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). Exception: .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).
.claude/*
!.claude/skills/
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
modules/dasAudio/dasModuleAudio.pdb
modules/dasHV/dasModuleHV.pdb
modules/dasLiveHost/dasModuleLiveHost.pdb
modules/dasMinfft/dasModuleMinfft.pdb
modules/dasPUGIXML/dasModulePUGIXML.pdb
modules/dasSQLITE/dasModuleSQLITE.pdb
modules/dasStbImage/dasModuleStbImage.pdb
modules/dasStdDlg/dasModuleStdDlg.pdb
modules/dasUnitTest/dasModuleUnitTest.pdb
tree-sitter-daslang/daslang.pdb
libhv.*.log
modules/dasAudio/dasModuleAudio_debug.pdb
modules/dasHV/dasModuleHV_debug.pdb
modules/dasLiveHost/dasModuleLiveHost_debug.pdb
modules/dasMinfft/dasModuleMinfft_debug.pdb
modules/dasPUGIXML/dasModulePUGIXML_debug.pdb
modules/dasSQLITE/dasModuleSQLITE_debug.pdb
modules/dasStbImage/dasModuleStbImage_debug.pdb
modules/dasStdDlg/dasModuleStdDlg_debug.pdb
modules/dasUnitTest/dasModuleUnitTest_debug.pdb
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)
box_profile.json
# per-box llvm_tune scope manifests ([tune_scope] / [tune_manifest])
*.tune.json
# examples/benchmarks sweep output (regenerated by _update_results.das runs)
_bench_*.json
build32/dasModuleGlfw.vcxproj.filters