Update .gitignore

This commit is contained in:
driver1998 2019-05-04 20:50:38 +08:00
parent 010b07b2df
commit 0b714f599f
3 changed files with 10 additions and 0 deletions

6
.gitignore vendored
View File

@ -23,6 +23,8 @@ Debug
Release
Windows/.vs
Windows/x64
Windows/ARM
Windows/ARM64
Windows/ipch
Windows/bin-release
Windows/win-version.h
@ -33,8 +35,12 @@ ext/_Output
android/lint.xml
PPSSPPWindows64.exe.manifest
PPSSPPWindows.exe.manifest
PPSSPPWindowsARM64.exe.manifest
PPSSPPWindowsARM.exe.manifest
PPSSPPDebug64.exe.manifest
PPSSPPDebug.exe.manifest
PPSSPPDebugARM64.exe.manifest
PPSSPPDebugARM.exe.manifest
assets/flash0
UWP/icph
UWP/.vs

2
UWP/.gitignore vendored
View File

@ -2,8 +2,10 @@
Package.appxmanifest
Assets
AppPackages
x64
ARM
ARM64
*.VC.db
*.VC.VC.opendb
ipch

2
ext/.gitignore vendored
View File

@ -1,2 +1,4 @@
Win32
x64
ARM64
ARM