From 0b714f599f7e47cc28f1f32e430905f7478721a0 Mon Sep 17 00:00:00 2001 From: driver1998 Date: Sat, 4 May 2019 20:50:38 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ UWP/.gitignore | 2 ++ ext/.gitignore | 2 ++ 3 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 89dd7f9292..3c6424b82f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/UWP/.gitignore b/UWP/.gitignore index e9662c04b3..bc18c645d1 100644 --- a/UWP/.gitignore +++ b/UWP/.gitignore @@ -2,8 +2,10 @@ Package.appxmanifest Assets +AppPackages x64 ARM +ARM64 *.VC.db *.VC.VC.opendb ipch diff --git a/ext/.gitignore b/ext/.gitignore index a69091e773..d278d5b72a 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -1,2 +1,4 @@ Win32 x64 +ARM64 +ARM