mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 14:12:39 +00:00
6186ac0245
Simplify signaling by making Matching2 a layer over normal signaling. Implements UPNP port forwarding Implement sceNpMatching2AbortRequest Fix reported bw in sceNpUtil Hack for Fat Princess binding udp on 3658 Reenable CB for sceNpBasicAddPlayersHistoryAsync Misc fixes
132 lines
1.4 KiB
Plaintext
132 lines
1.4 KiB
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.tlog
|
|
*.idb
|
|
*.pdb
|
|
*.obj
|
|
*.ilk
|
|
*.pch
|
|
|
|
*.log
|
|
*.exe
|
|
*.dll
|
|
*.elf
|
|
*.lastbuildstate
|
|
*.unsuccessfulbuild
|
|
*.res
|
|
*.dump
|
|
*.wav
|
|
|
|
/build
|
|
/lib
|
|
/tmp
|
|
/ipch
|
|
/rpcs3/Debug
|
|
/rpcs3/Release
|
|
/llvm_build
|
|
|
|
!/bin
|
|
/bin/*
|
|
|
|
# Audio DLLs
|
|
!/bin/soft_oal.dll
|
|
!/bin/xaudio2_9redist.dll
|
|
|
|
# Test Programs
|
|
!/bin/test/
|
|
|
|
# Themes
|
|
!/bin/GuiConfigs/
|
|
/bin/GuiConfigs/*.ini
|
|
/bin/GuiConfigs/*.ini.*
|
|
/bin/GuiConfigs/*.dat
|
|
/bin/GuiConfigs/*.dat.*
|
|
|
|
# Some data from git
|
|
!/bin/git/
|
|
|
|
# Visual Studio Files
|
|
.vs/*
|
|
.vscode/*
|
|
*.ipch
|
|
*.vspx
|
|
*.psess
|
|
*.VC.*
|
|
*.vcxproj.user
|
|
enc_temp_folder/*
|
|
CMakeSettings.json
|
|
*PVS-Studio*
|
|
PVS/*
|
|
|
|
# Ignore other system generated files
|
|
x64/*
|
|
rpcs3/x64/*
|
|
rpcs3/git-version.h
|
|
|
|
# cmake
|
|
Makefile
|
|
*CMakeFiles*
|
|
CMakeCache.txt
|
|
*cmake_install.cmake*
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
compile_commands.json
|
|
|
|
# cotire
|
|
rpcs3/cotire/*
|
|
rpcs3/rpcs3_*_cotire.cmake
|
|
rpcs3/Emu/rpcs3_emu_CXX_Release_cotire.cmake
|
|
rpcs3/Emu/rpcs3_emu_CXX_cotire.cmake
|
|
|
|
# kdevelop
|
|
*.kdev4
|
|
.kdev4/*
|
|
|
|
# Qt
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
rpcs3_automoc.cpp
|
|
ui_*.h
|
|
rpcs3/rpcs3_autogen/*
|
|
|
|
# QtCreator
|
|
CMakeLists.txt.user
|
|
|
|
# CLion
|
|
/.idea/*
|
|
/cmake-build-*/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# 7zlib
|
|
/3rdparty/7z/**/*.lib
|
|
|
|
# yaml-cpp
|
|
yaml-cpp.pc
|
|
|
|
# libusb
|
|
/3rdparty/libusb_cmake/config.h
|
|
/3rdparty/libusb_cmake/libusb-1.0.pc
|
|
|
|
# miniupnp
|
|
/3rdparty/miniupnp/x64/*
|
|
|
|
# ssl certificate
|
|
cacert.pem
|
|
|
|
_ReSharper.*/
|