mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-15 11:49:07 +00:00
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.6, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1, rpcs3/rpcs3-binaries-linux-arm64, /rpcs3/.ci/build-linux-aarch64.sh, clang, rpcs3/rpcs3-ci-jammy-aarch64:1.6, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (d812f1254a1157c80fd402f94446310560f54e5f, rpcs3/rpcs3-binaries-linux, /rpcs3/.ci/build-linux.sh, clang, rpcs3/rpcs3-ci-jammy:1.6, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
126 lines
1.3 KiB
Plaintext
126 lines
1.3 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
|
|
/build-*
|
|
/lib
|
|
/tmp
|
|
/ipch
|
|
/packages
|
|
/rpcs3/Debug
|
|
/rpcs3/Release
|
|
|
|
!/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.*
|
|
|
|
# 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
|
|
*.autosave
|
|
|
|
# Sublime Text
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# CLion
|
|
/.idea/*
|
|
/cmake-build-*/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# yaml-cpp
|
|
yaml-cpp.pc
|
|
|
|
_ReSharper.*/
|
|
CMakeUserPresets.json
|
|
|
|
.cache/
|
|
.lldbinit
|