You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2022/05/27 12:43:13 UTC

[incubator-doris] branch master updated: [chore] Update .gitignore to ignore generated files in tools (#9782)

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 <mr...@gmail.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org