diff options
author | Cpasjuste | 2018-09-20 16:33:08 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-05-12 11:59:44 +0300 |
commit | 488bbb267a4a96db51794d424131817a8afc50c6 (patch) | |
tree | 7615c92e6297ca670333705047cab61735a1d7c0 /.gitignore | |
parent | 29028731c65e299aa264231b7caa4d6e853f0b85 (diff) | |
download | scummvm-rg350-488bbb267a4a96db51794d424131817a8afc50c6.tar.gz scummvm-rg350-488bbb267a4a96db51794d424131817a8afc50c6.tar.bz2 scummvm-rg350-488bbb267a4a96db51794d424131817a8afc50c6.zip |
SWITCH: add nintendo switch support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2708700d6a..49ca3b7819 100644 --- a/.gitignore +++ b/.gitignore @@ -248,6 +248,12 @@ psp2pkg/ *.velf *.vpk +#Ignore Switch files +switch_release/ +scummvm.elf +scummvm.nro +scummvm_switch.zip + #Ignore gmon.out created by gprof gmon.out /scummvm_libs_2015 |