# Editors.
|
|
*.sw*
|
|
.vscode
|
|
.DS_Store
|
|
|
|
# Build directory.
|
|
build/
|
|
out/
|
|
|
|
# clangd
|
|
.cache/
|
|
compile_commands.json
|
|
|
|
benchmark-result/
|