mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 15:42:52 +02:00
23 lines
209 B
Plaintext
23 lines
209 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
|
|
|
|
# online updates header
|
|
src/wx/winsparkle-path.h
|