mirror of
https://github.com/status-im/nimbus-build-system-desktop.git
synced 2025-02-19 17:04:40 +00:00
add_submodule.sh: ignore only untracked files in submodules
This commit is contained in:
parent
98b580a00e
commit
53870bc6bc
@ -15,6 +15,6 @@ DEST="vendor/${REPO#*/}"
|
||||
[ -n "$2" ] && DEST="$2"
|
||||
|
||||
git submodule add --force https://github.com/${REPO}.git "$DEST"
|
||||
git config -f .gitmodules submodule.${DEST}.ignore dirty
|
||||
git config -f .gitmodules submodule.${DEST}.ignore untracked
|
||||
git config -f .gitmodules submodule.${DEST}.branch master
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user