This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new a52e91a140 [chore] Update .gitignore to ignore generated files in
tools (#9782)
a52e91a140 is described below
commit a52e91a14024c173ced45ab19495f08978ac6d64
Author: Jerry Hu <[email protected]>
AuthorDate: Fri May 27 20:43:06 2022 +0800
[chore] Update .gitignore to ignore generated files in tools (#9782)
---
.gitignore | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.gitignore b/.gitignore
index a293775c31..80e2ae605a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,13 @@ be/src/gen_cpp/opcode
be/tags
be/test/olap/test_data/tablet_meta_test.hdr
be/.devcontainer/
+
+
+tools/ssb-tools/ssb-data/
+tools/ssb-tools/ssb-dbgen/
+tools/tpch-tools/TPC-H_Tools_v*.zip
+tools/tpch-tools/TPC-H_Tools_v*/
+tools/tpch-tools/tpc-h_v*.docx
+tools/tpch-tools/tpc-h_v*.pdf
+tools/tpch-tools/tpch-data/
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]