mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
97195b254d
This commit deletes useless binary files from UWP/Content folder, since they are now being correctly copied from the assets folder and should no longer just update files. Fixed gold build, fixes submodules alter, and also, fixes the format change that occured thanks to copy paste and VS. Deleted .empty file from content folder accidentaly and had to recommit. Hurray for megit status
113 lines
1.4 KiB
Plaintext
113 lines
1.4 KiB
Plaintext
# For MSVC
|
|
*.lastcodeanalysissucceeded
|
|
*.pdb
|
|
*.ilk
|
|
*.obj
|
|
*.pch
|
|
*.log
|
|
*.dll
|
|
*.rar
|
|
*.exe
|
|
*.map
|
|
*.lib
|
|
*.user
|
|
*.sdf
|
|
*.ncb
|
|
*.opensdf
|
|
*.suo
|
|
*.aps
|
|
*.exp
|
|
*.qdact
|
|
controls.ini
|
|
Debug
|
|
Release
|
|
Windows/.vs
|
|
Windows/x64
|
|
Windows/ARM
|
|
Windows/ARM64
|
|
Windows/ipch
|
|
Windows/bin-release
|
|
Windows/win-version.h
|
|
ui_atlas.zim.png
|
|
ui_atlas_high.zim.png
|
|
android/assets
|
|
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/Content/*
|
|
!UWP/Content/.empty
|
|
UWP/.vs
|
|
.vs
|
|
.vscode
|
|
|
|
# For Mac
|
|
.DS_Store
|
|
|
|
# For ppsspp.ini, etc.
|
|
ppsspp.ini
|
|
PPSSPPControls.dat
|
|
|
|
# Qt Linguist files
|
|
*.qm
|
|
|
|
# Gradle/Android Studio
|
|
.gradle
|
|
.idea
|
|
*.iml
|
|
build
|
|
build.ios
|
|
versionname.txt
|
|
versioncode.txt
|
|
build*/
|
|
|
|
# Temp file used by jenkins windows build (TODO: remove)
|
|
desc.txt
|
|
|
|
Logs
|
|
Memstick
|
|
memstick*
|
|
Cheats
|
|
|
|
/git-version.cpp
|
|
|
|
.pspsh.hist
|
|
__testoutput.txt
|
|
__testerror.txt
|
|
__testfinish.txt
|
|
__testfailure.bmp
|
|
GameLogNotes.txt
|
|
screenshots
|
|
android/ui_atlas.zim
|
|
android/assets/lang
|
|
android/assets/flash0
|
|
ppge_atlas.zim.png
|
|
local.properties
|
|
|
|
# For vim
|
|
*.swp
|
|
tags
|
|
|
|
# Other VCS
|
|
.bzr/
|
|
.bzrignore
|
|
|
|
# Debian build
|
|
debian/files
|
|
debian/ppsspp.substvars
|
|
debian/ppsspp/
|
|
|
|
# Libretro build
|
|
*.o
|
|
|
|
# YouCompleteMe file
|
|
.ycm_extra_conf.pyc
|