Skip to content
Permalink
Browse files
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
  • Loading branch information
vuvova committed Jan 1, 2023
1 parent eba0991 commit d78ac04
Showing 1 changed file with 2 additions and 0 deletions.
@@ -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

0 comments on commit d78ac04

Please sign in to comment.