Publish Chimera GFX source
phase0-ci / build-and-audit (push) Successful in 2m14s

This commit is contained in:
Chimera GFX release export
2026-09-03 03:27:14 +02:00
commit a6037502d7
828 changed files with 100454 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
# Build products
/build/
/build-*/
/out/
/outputs/
/CMakeFiles/
CMakeCache.txt
cmake_install.cmake
CTestTestfile.cmake
compile_commands.json
.ninja_*
build.ninja
*.elf
*.o
*.obj
*.a
*.lib
*.pdb
*.dSYM/
__pycache__/
*.py[cod]
# Test, coverage and diagnostic output
/Testing/
/coverage/
*.gcda
*.gcno
*.profraw
*.profdata
core
core.*
crash-*.json
*.log
# Local tools, downloads and upstream research clones
/work/
/tmp/
/temp/
/artifacts/
# Local AI/editor workspace state
.codex/
.claude/
.agents/
.idea/
.vscode/
.vs/
.DS_Store
Thumbs.db
# Credentials and local configuration
.env
.env.*
!.env.example
*.key
*.pem
*.p12
*.pfx
credentials*
secrets*