diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dff59d2045..53dc2b90e7 100644 --- a/.gitignore +++ b/.gitignore @@ -208,5 +208,10 @@ dists/msvc*/** out/ scummvm.xcodeproj +#Ignore PSP2 files +psp2pkg/ +*.velf +*.vpk + #Ignore gmon.out created by gprof gmon.out |