forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
132 lines (115 loc) · 2.6 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# ignore file with wildcard anywhere
*.swo
*.swp
*.pyc
*.class
*.iml
*.jar
*.log
*.so.tmp
*.flattened-pom.xml
core.*
# ignore file with specifiy name anywhere
.DS_Store
.classpath
nohup.out
/custom_env.sh
/custom_env_mac.sh
derby.log
dependency-reduced-pom.xml
yarn.lock
ut_dir
package-lock.json
__pycache__
# ignore all sub `/bin` and `/build` directory
**/build/
**/target/
**/node_modules/
**/log/
# ignore project file
.cproject
.project
.cache
.settings/
**/.idea/
!.idea/vcs.xml
!.idea/icon.svg
**/.vscode/
**/.fleet/
# docs
docs/contents/
docs/.temp
# output, thirdparty, extension
output/
output.bak/
rpc_data/
metastore_db/
thirdparty/src*
thirdparty/installed*
thirdparty/doris-thirdparty*.tar.xz
docker/thirdparties/docker-compose/mysql/data
fe_plugins/output
fe_plugins/**/.factorypath
fs_brokers/apache_hdfs_broker/src/main/resources/
fs_brokers/apache_hdfs_broker/src/main/thrift/
# regression-test
regression-test/framework/dependency-reduced-pom.xml
regression-test/realdata/*
regression-test/cacheData/*
regression-test/conf/regression-conf-custom.groovy
regression-test/framework/bin/*
regression-test/framework/src/main/groovy/org/apache/doris/thrift
regression-test/certificate.p12
samples/doris-demo/remote-udf-python-demo/*_pb2.py
samples/doris-demo/remote-udf-python-demo/*_pb2_grpc.py
samples/doris-demo/remote-udf-cpp-demo/*.o
samples/doris-demo/remote-udf-cpp-demo/*.pb.h
samples/doris-demo/remote-udf-cpp-demo/*.pb.cc
samples/doris-demo/remote-udf-cpp-demo/function_server_demo
# FE
fe/mocked/
fe/fe-core/gen/
fe/fe-core/src/main/resources/static/
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/gen/
fe/fe-common/src/main/java/org/apache/doris/thrift
fe/fe-common/src/main/java/org/apache/parquet
fe/fe-core/src/main/java/org/apache/parquet
# BE
be/build*/
be/cmake-build*/
be/ut_build*/
be/src/gen_cpp/*.[cc, cpp, h]
be/src/gen_cpp/opcode
be/tags
be/test/olap/test_data/tablet_meta_test.hdr
be/.devcontainer/
be/src/apache-orc/
zoneinfo/
# Cloud
cloud/build*/
cloud/cmake-build*/
cloud/ut_build*/
## tools
tools/ssb-tools/ssb-data/
tools/ssb-tools/ssb-dbgen/
tools/**/TPC-H_Tools_v*.zip
tools/**/TPC-H_Tools_v*/
tools/**/tpc-h_v*.docx
tools/**/tpc-h_v*.pdf
tools/**/tpch-data/
tools/tpch-tools/bin/result
tools/single-node-cluster/fe*
tools/tpcds-tools/TPC-DS_Tools_*.zip
tools/tpcds-tools/bin/DSGen-software*
tools/tpcds-tools/bin/tpcds-data/
tools/tpcds-tools/bin/result
tools/**/result.csv
# be-ut
data_test
lru_cache_test
/conf/log4j2-spring.xml
/fe/fe-core/src/test/resources/real-help-resource.zip
/ui/dist
# other
compile_commands.json