From eff362dd098e9c8b677a353527b19d53529a1857 Mon Sep 17 00:00:00 2001 From: risemeup1 <515586620@qq.com> Date: Wed, 17 May 2023 14:15:19 +0000 Subject: [PATCH 1/3] ignore third_party --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 615017e30a6e72..065759997612df 100644 --- a/.gitignore +++ b/.gitignore @@ -52,11 +52,11 @@ CMakeSettings.json Makefile .test_env/ .cache/ -build/third_party/ +third_party/ *~ bazel-* -build/third_party/ + build_* # clion workspace. From 7d9545c12db6738aa052a933bbd4c03ec3f1b289 Mon Sep 17 00:00:00 2001 From: risemeup1 <515586620@qq.com> Date: Thu, 18 May 2023 07:41:47 +0000 Subject: [PATCH 2/3] modify .gitmodules --- .gitmodules | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitmodules b/.gitmodules index 29f526216b3f7e..4c3d2b21424dd6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,39 +1,52 @@ [submodule "third_party/protobuf"] path = third_party/protobuf url = /~https://github.com/protocolbuffers/protobuf.git + ignore = dirty [submodule "third_party/gflags"] path = third_party/gflags url = /~https://github.com/gflags/gflags.git + ignore = dirty [submodule "third_party/gloo"] path = third_party/gloo url = /~https://github.com/ziyoujiyi/gloo.git + ignore = dirty [submodule "third_party/dlpack"] path = third_party/dlpack url = /~https://github.com/dmlc/dlpack.git + ignore = dirty [submodule "third_party/utf8proc"] path = third_party/utf8proc url = /~https://github.com/JuliaStrings/utf8proc.git + ignore = dirty [submodule "third_party/warpctc"] path = third_party/warpctc url = /~https://github.com/baidu-research/warp-ctc.git + ignore = dirty [submodule "third_party/warprnnt"] path = third_party/warprnnt url = /~https://github.com/PaddlePaddle/warp-transducer.git + ignore = dirty [submodule "third_party/xxhash"] path = third_party/xxhash url = /~https://github.com/Cyan4973/xxHash.git + ignore = dirty [submodule "third_party/eigen3"] path = third_party/eigen3 url = https://gitlab.com/libeigen/eigen.git + ignore = dirty [submodule "third_party/leveldb"] path = third_party/leveldb url = /~https://github.com/google/leveldb + ignore = dirty [submodule "third_party/threadpool"] path = third_party/threadpool url = /~https://github.com/progschj/ThreadPool.git + ignore = dirty [submodule "third_party/zlib"] path = third_party/zlib url = /~https://github.com/madler/zlib.git + ignore = dirty [submodule "third_party/glog"] path = third_party/glog url = /~https://github.com/google/glog.git + ignore = dirty From f87022f37779a480b6bb3dc47dfc06b374d80b6f Mon Sep 17 00:00:00 2001 From: risemeup1 <515586620@qq.com> Date: Thu, 18 May 2023 07:43:41 +0000 Subject: [PATCH 3/3] test=document_fix --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 065759997612df..a9db6cfcf10274 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,6 @@ CMakeSettings.json Makefile .test_env/ .cache/ - third_party/ *~ bazel-*