46 lines
553 B
Plaintext
46 lines
553 B
Plaintext
## Build and CMake artifacts
|
|
/build/
|
|
/cmake-build-*/
|
|
/CMakeFiles/
|
|
/CMakeCache.txt
|
|
/*.ninja
|
|
/*.ninja_log
|
|
/*.ninja_deps
|
|
/Testing/
|
|
/third_party/rknn-toolkit2
|
|
## Tooling outputs
|
|
/compile_commands.json
|
|
/.cache/
|
|
|
|
## Binaries and objects
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
*.so
|
|
*.so.*
|
|
# 例外:第三方预编译库
|
|
!third_party/rknpu2/examples/3rdparty/**/*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
.pt
|
|
|
|
## Logs
|
|
*.log
|
|
|
|
## Runtime-generated config snapshots
|
|
/configs/*.last_good.json
|
|
|
|
## Generated HLS output
|
|
/web/hls/
|
|
|
|
## IDE/editor
|
|
/.vscode/
|
|
/.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
/.worktrees/
|