1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Added ignore = dirty to all submodules to make git operations faster

This commit is contained in:
U-GUILLAUME-LAPTO\rameg 2018-12-01 19:04:46 +00:00 committed by Ivan
parent a56ba737b5
commit 6f086fd5af

9
.gitmodules vendored
View File

@ -1,6 +1,7 @@
[submodule "rpcs3-ffmpeg"] [submodule "rpcs3-ffmpeg"]
path = 3rdparty/ffmpeg path = 3rdparty/ffmpeg
url = https://github.com/hrydgard/ppsspp-ffmpeg url = https://github.com/hrydgard/ppsspp-ffmpeg
ignore = dirty
[submodule "asmjit"] [submodule "asmjit"]
path = asmjit path = asmjit
url = https://github.com/kobalicek/asmjit url = https://github.com/kobalicek/asmjit
@ -9,18 +10,23 @@
path = llvm path = llvm
url = https://github.com/RPCS3/llvm url = https://github.com/RPCS3/llvm
branch = release_60 branch = release_60
ignore = dirty
[submodule "GSL"] [submodule "GSL"]
path = 3rdparty/GSL path = 3rdparty/GSL
url = https://github.com/Microsoft/GSL.git url = https://github.com/Microsoft/GSL.git
ignore = dirty
[submodule "Vulkan/glslang"] [submodule "Vulkan/glslang"]
path = Vulkan/glslang path = Vulkan/glslang
url = https://github.com/KhronosGroup/glslang.git url = https://github.com/KhronosGroup/glslang.git
ignore = dirty
[submodule "3rdparty/cereal"] [submodule "3rdparty/cereal"]
path = 3rdparty/cereal path = 3rdparty/cereal
url = https://github.com/USCiLab/cereal.git url = https://github.com/USCiLab/cereal.git
ignore = dirty
[submodule "3rdparty/zlib"] [submodule "3rdparty/zlib"]
path = 3rdparty/zlib path = 3rdparty/zlib
url = https://github.com/madler/zlib url = https://github.com/madler/zlib
ignore = dirty
[submodule "3rdparty/hidapi"] [submodule "3rdparty/hidapi"]
path = 3rdparty/hidapi path = 3rdparty/hidapi
url = https://github.com/RPCS3/hidapi url = https://github.com/RPCS3/hidapi
@ -29,12 +35,15 @@
[submodule "3rdparty/pugixml"] [submodule "3rdparty/pugixml"]
path = 3rdparty/pugixml path = 3rdparty/pugixml
url = https://github.com/zeux/pugixml url = https://github.com/zeux/pugixml
ignore = dirty
[submodule "3rdparty/xxHash"] [submodule "3rdparty/xxHash"]
path = 3rdparty/xxHash path = 3rdparty/xxHash
url = https://github.com/Cyan4973/xxHash url = https://github.com/Cyan4973/xxHash
ignore = dirty
[submodule "3rdparty/yaml-cpp"] [submodule "3rdparty/yaml-cpp"]
path = 3rdparty/yaml-cpp path = 3rdparty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git url = https://github.com/jbeder/yaml-cpp.git
ignore = dirty
[submodule "3rdparty/libpng"] [submodule "3rdparty/libpng"]
path = 3rdparty/libpng path = 3rdparty/libpng
url = https://github.com/glennrp/libpng.git url = https://github.com/glennrp/libpng.git