chore: sort gitignore, echo submodule ignore status

This commit is contained in:
2024-12-30 13:54:34 +02:00
parent 8cf43ed555
commit 2ccdd042f6
2 changed files with 23 additions and 21 deletions

View File

@@ -45,6 +45,7 @@ git submodule add --name tmux/tmux-dark-notify \
# Takes submodules and sets them to ignore all changes
for MODULE in $(git config --file .gitmodules --get-regexp path | awk '{ print $2 }'); do
echo "Ignoring submodule changes for submodule.${MODULE}..."
git config "submodule.${MODULE}.ignore" all
done