gitignore: Add more files

This commit is contained in:
Antonio Niño Díaz 2022-10-11 00:36:19 +01:00
parent 85d11153df
commit 395e3672e1
2 changed files with 13 additions and 3 deletions

14
.gitignore vendored
View File

@ -1,3 +1,11 @@
# Compiled library files
build
lib
# Compiled files
build/
lib/
*.o
*.nds
*.elf
# Other
__pycache__/
*.zip
*.swp

View File

@ -0,0 +1,2 @@
nitro_texture_converter
*.o