papermario/.gitignore

24 lines
182 B
Plaintext
Raw Normal View History

2020-08-20 18:37:26 +02:00
# Python
__pycache__/
venv/
2020-10-22 06:54:03 +02:00
.lark_cache*
2020-08-20 18:37:26 +02:00
# Misc
.idea/
.DS_Store
ctx.c
expected/
2020-10-18 05:54:32 +02:00
# Assets
assets
2020-08-20 18:37:26 +02:00
# Build artifacts
2020-10-14 18:48:19 +02:00
*.ld
2019-03-07 00:33:29 +01:00
*.z64
*.bin
2020-08-13 03:56:23 +02:00
bin/
build/
2020-10-20 19:41:52 +02:00
docs/doxygen/
2020-10-21 02:59:09 +02:00
.vscode/launch.json