This commit is contained in:
JuiceyDev
2026-03-06 07:13:57 +01:00
parent fa88145b1f
commit 17ac8deddf
349 changed files with 456 additions and 39 deletions
+34 -20
View File
@@ -1,33 +1,47 @@
# ----- Build output directories -----
build/
.cache/
.idea/
build_meson/
build_meson2/
build_meson_new/
build_meson_test/
cmake-build-debug/
# CMake generated
# Final binaries and platform output
/Linux/
/x64/
# CMake generated artifacts
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
# IDE / editor
*.swp
*.swo
*~
.vscode/
*.code-workspace
# Meson generated artifacts (inside source tree, e.g. per-subdir)
meson-private/
meson-info/
meson-logs/
# Build output directories
/Linux/
/x64/
# Asset symlink (created at runtime for working directory resolution)
Common
# Compiled objects / binaries
# Compiler/linker intermediates
*.o
*.a
*.so
*.so.*
*.out
oldimpl
./oldimpl
*.d
compile_commands.json
# ----- Runtime-created symlinks / scratch -----
# Asset symlink created at runtime for working directory resolution
Common
# ----- Scratch / legacy -----
oldimpl/
# ----- IDE / editor -----
.cache/
.idea/
.vscode/
*.code-workspace
*.swp
*.swo
*~