mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
.gitignore: maintenance, add missing files
This commit is contained in:
parent
85bde0f43f
commit
583220b95a
9
.gitignore
vendored
9
.gitignore
vendored
@ -37,6 +37,7 @@
|
|||||||
/rpcs3/Debug
|
/rpcs3/Debug
|
||||||
/rpcs3/Release
|
/rpcs3/Release
|
||||||
/llvm_build
|
/llvm_build
|
||||||
|
/3rdparty/llvm_build
|
||||||
/Vulkan/Vulkan-build
|
/Vulkan/Vulkan-build
|
||||||
/Vulkan/glslang-build
|
/Vulkan/glslang-build
|
||||||
|
|
||||||
@ -71,10 +72,15 @@ Makefile
|
|||||||
*CMakeFiles*
|
*CMakeFiles*
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
*cmake_install.cmake*
|
*cmake_install.cmake*
|
||||||
|
CPackConfig.cmake
|
||||||
|
CPackSourceConfig.cmake
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
# cotire
|
# cotire
|
||||||
rpcs3/cotire/*
|
rpcs3/cotire/*
|
||||||
rpcs3/rpcs3_*_cotire.cmake
|
rpcs3/rpcs3_*_cotire.cmake
|
||||||
|
rpcs3/Emu/rpcs3_emu_CXX_Release_cotire.cmake
|
||||||
|
rpcs3/Emu/rpcs3_emu_CXX_cotire.cmake
|
||||||
|
|
||||||
# kdevelop
|
# kdevelop
|
||||||
*.kdev4
|
*.kdev4
|
||||||
@ -99,3 +105,6 @@ CMakeLists.txt.user
|
|||||||
|
|
||||||
# 7zlib
|
# 7zlib
|
||||||
/3rdparty/7z/**/*.lib
|
/3rdparty/7z/**/*.lib
|
||||||
|
|
||||||
|
# yaml-cpp
|
||||||
|
yaml-cpp.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user