mario-kart-casio/.gitignore

21 lines
208 B
Plaintext
Raw Permalink Normal View History

2022-07-08 18:08:25 +02:00
# Build files
/build-fx
/build-cg
/build-em
2022-07-08 18:08:25 +02:00
/*.g1a
/*.g3a
# Python bytecode
__pycache__/
# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode
.cache
.cmake
.idea
.clangd
2022-07-24 19:20:39 +02:00
compile_commands.json