mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 11:45:30 +00:00
87 lines
966 B
Text
87 lines
966 B
Text
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
# *.a # Commented out since OpenAL Soft's binaries use this extension.
|
|
*.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
|
|
/Vulkan/Vulkan-build
|
|
/Vulkan/glslang-build
|
|
|
|
!/bin
|
|
/bin/*
|
|
|
|
# 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/*
|
|
|
|
# Ignore other system generated files
|
|
x64/*
|
|
rpcs3/x64/*
|
|
rpcs3/git-version.h
|
|
|
|
# cmake
|
|
Makefile
|
|
*CMakeFiles*
|
|
CMakeCache.txt
|
|
*cmake_install.cmake*
|
|
|
|
# cotire
|
|
rpcs3/cotire/*
|
|
rpcs3/rpcs3_*_cotire.cmake
|
|
|
|
# kdevelop
|
|
*.kdev4
|
|
.kdev4/*
|
|
|
|
# Qt
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
rpcs3_automoc.cpp
|
|
ui_*.h
|
|
rpcs3/rpcs3_autogen/*
|