Files
chimera-gfx-Public/.gitignore
T
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

61 lines
652 B
Plaintext

# 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*