ignore changes in submodules when committing everything

covers `git commit -a` and `git citool` (`git add`, `git status`, etc).
they can still be added explicitly
This commit is contained in:
Sergei Golubchik 2022-12-09 14:32:58 +01:00
parent eba099184e
commit d78ac04ee6

2
.gitmodules vendored
View File

@ -1,6 +1,8 @@
[submodule "libmariadb"]
path = libmariadb
url = https://github.com/MariaDB/mariadb-connector-c
ignore = all
[submodule "storage/rocksdb/rocksdb"]
path = storage/rocksdb/rocksdb
url = https://github.com/facebook/rocksdb.git
ignore = all