mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 11:45:30 +00:00
26045a9be5
TEST12345 is already taken by dev builds
128 lines
1.4 KiB
Text
128 lines
1.4 KiB
Text
# 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
|
|
|
|
# ssl certificate
|
|
cacert.pem
|
|
|
|
_ReSharper.*/
|