Skip to content

Commit d78ac04

Browse files
committed
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
1 parent eba0991 commit d78ac04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitmodules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[submodule "libmariadb"]
22
path = libmariadb
33
url = https://github.com/MariaDB/mariadb-connector-c
4+
ignore = all
45
[submodule "storage/rocksdb/rocksdb"]
56
path = storage/rocksdb/rocksdb
67
url = https://github.com/facebook/rocksdb.git
8+
ignore = all

0 commit comments

Comments
 (0)