blob: 14b3978c9221985b37403f871fdebcaf20aafde7 (
plain)
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
|
# Build outputs
/zig-out/
/.zig-cache/
/build/
*.o
*.a
*.png
# Vendored third-party sources (fetched separately; see BUILDING.md)
/vendor/
# Generated bindings (produced from vendor/raylib/parser/output/raylib_api.json)
/mrbgems/raylib/src/raylib_gen.c
# clangd compile database (generated by tools/gen_compile_commands.rb; holds
# absolute paths so the project root is machine-specific — do not commit).
/compile_commands.json
# clangd background-index cache (machine-local; generated by --background-index)
/.cache/
# Vendored gem install artifact (steep 2.0.0 lives in the user gem dir, not here)
/steep-*.gem
# Agent runtime mount (dev-only; status/console/cmd-result, see live-mount.md)
/.live/
# Node tooling (dev-only; puppeteer for headless web screenshot capture)
/node_modules/
/.puppeteer-cache/
# Editor / OS
*.swp
.DS_Store
mrbgems/raylib/src/smaa_tex_data.c
|