GIT: Ignore 3DS build files
This commit is contained in:
parent
4c3b157726
commit
d02cfcf4de
1 changed files with 8 additions and 2 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -31,7 +31,12 @@ lib*.a
|
|||
/map.txt
|
||||
*.elf
|
||||
/*.nds
|
||||
/*.3dsx
|
||||
/*.cia
|
||||
/*.smdh
|
||||
/*.bnr
|
||||
/romfs
|
||||
/dist_3ds
|
||||
/.project
|
||||
/.cproject
|
||||
/.settings
|
||||
|
@ -56,6 +61,9 @@ lib*.a
|
|||
/staging
|
||||
/portdist
|
||||
|
||||
/backends/platform/3ds/shader.shbin
|
||||
/backends/platform/3ds/shader_shbin.h
|
||||
|
||||
/backends/platform/dc/gui
|
||||
/backends/platform/dc/graphics
|
||||
/backends/platform/dc/sound
|
||||
|
@ -70,8 +78,6 @@ lib*.a
|
|||
/backends/platform/dc/SCUMMVM.BIN
|
||||
/backends/platform/dc/*.PLG
|
||||
|
||||
/backends/platform/ds/arm9/data/*.h
|
||||
|
||||
/backends/platform/maemo/scummvm
|
||||
|
||||
/backends/platform/symbian/mmp/*.mmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue