28 lines
261 B
Plaintext
28 lines
261 B
Plaintext
# Build artifacts
|
|
/build/
|
|
|
|
# CMake
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake-build-*/
|
|
Makefile
|
|
*.cmake
|
|
compile_commands.json
|
|
install_manifest.txt
|
|
|
|
# Rust bridge target
|
|
/bridge/target/
|
|
|
|
# IDE/editor
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.swp
|
|
.DS_Store
|