nitro-engine/.gitignore
Antonio Niño Díaz 2c1144af66 library: docs: example: Refactor debug mode builds
Instead of asking the user to rebuild the library, now it is possible
to build the library in both release and debug modes and to have both
versions of the library compiled at the same time.
2022-10-21 00:50:13 +01:00

13 lines
103 B
Plaintext

# Compiled files
build/
build_debug/
build_release/
lib/
*.nds
*.elf
# Other
__pycache__/
*.zip
*.swp