forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (75 loc) · 1.52 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
# ignore file with wildcard anywhere
*.swp
*.pyc
*.class
*.iml
*.swp
*.jar
*.gz
*.log
*.so.tmp
*.flattened-pom.xml
core.*
# ignore file with specifiy name anywhere
.DS_Store
.classpath
nohup.out
custom_env.sh
derby.log
dependency-reduced-pom.xml
package-lock.json
yarn.lock
ut_dir
# ignore all sub `/bin` and `/build` directory
**/build/
*/**/bin/
**/target/
**/node_modules/
**/dist/
**/log/
# ignore project file
.cproject
.project
.settings/
**/.idea/
**/.vscode/
# docs
docs/contents/
docs/.temp
# output, thirdparty, extension
output/
conf/
rpc_data/
thirdparty/src
thirdparty/installed
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
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/
# BE
be/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/
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/