Add branch/ignore specifier to .gitmodules

This commit is contained in:
Jeff Coffler 2016-01-19 07:49:39 -08:00
Родитель 84195c344b
Коммит 0af052c175
1 изменённых файлов: 4 добавлений и 0 удалений

4
.gitmodules поставляемый
Просмотреть файл

@ -1,6 +1,10 @@
[submodule "openssl-0.9.8"]
path = openssl-0.9.8
url = git@github.com:openssl/openssl.git
branch = OpenSSL_0_9_8
ignore = dirty
[submodule "openssl-1.0.0"]
path = openssl-1.0.0
url = git@github.com:openssl/openssl.git
branch = OpenSSL_1_0_0
ignore = dirty