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:
parent
eba099184e
commit
d78ac04ee6
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,6 +1,8 @@
|
|||||||
[submodule "libmariadb"]
|
[submodule "libmariadb"]
|
||||||
path = libmariadb
|
path = libmariadb
|
||||||
url = https://github.com/MariaDB/mariadb-connector-c
|
url = https://github.com/MariaDB/mariadb-connector-c
|
||||||
|
ignore = all
|
||||||
[submodule "storage/rocksdb/rocksdb"]
|
[submodule "storage/rocksdb/rocksdb"]
|
||||||
path = storage/rocksdb/rocksdb
|
path = storage/rocksdb/rocksdb
|
||||||
url = https://github.com/facebook/rocksdb.git
|
url = https://github.com/facebook/rocksdb.git
|
||||||
|
ignore = all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user