[Enhancement] Add starcache content directory to .gitignore to avoid untracking warning message. (#22177)
This commit is contained in:
parent
ece7887927
commit
9edd2cbf59
|
|
@ -67,6 +67,7 @@ be/src/gen_cpp/*.cc
|
|||
be/src/gen_cpp/*.cpp
|
||||
be/src/gen_cpp/*.h
|
||||
be/src/gen_cpp/opcode
|
||||
be/src/thirdparty/starcache/
|
||||
be/ut_build_ASAN/
|
||||
be/tags
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6649f938eef53c916fe308d463c5a1c74279c6e2
|
||||
Subproject commit e1eb27ad3cac6cc8d436ffeae5fb040098d530b9
|
||||
Loading…
Reference in New Issue