[Scummvm-git-logs] scummvm master -> d02cfcf4de58544ffb2565aa52f3552559843a07
ccawley2011
ccawley2011 at gmail.com
Sat Mar 13 13:36:01 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d02cfcf4de GIT: Ignore 3DS build files
Commit: d02cfcf4de58544ffb2565aa52f3552559843a07
https://github.com/scummvm/scummvm/commit/d02cfcf4de58544ffb2565aa52f3552559843a07
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-03-13T13:35:44Z
Commit Message:
GIT: Ignore 3DS build files
Changed paths:
.gitignore
diff --git a/.gitignore b/.gitignore
index 15a2020b5f..699e06681f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
More information about the Scummvm-git-logs
mailing list