mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
* Infer the VCPKG triplet for MSVC-like environments. * Add recommended VS Code settings. * Add instructions for using clangd.
20 lines
159 B
Plaintext
20 lines
159 B
Plaintext
/*build*/*
|
|
.vs/*
|
|
.idea
|
|
*.o
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
.vscode/
|
|
|
|
# clangd files
|
|
compile_commands.json
|
|
.cache/
|
|
|
|
# vim swap files
|
|
*.sw?
|
|
*.un~
|
|
|
|
# mac finder crap
|
|
*.DS_Store
|