forked from StarRocks/starrocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (65 loc) · 1004 Bytes
/
.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
*.swp
*.pyc
be/output
be/build
be/build_Release
be/ut_build
output
docs/contents
docs/.temp
docs/.vuepress/dist
docs/node_modules
docs/build
docs/contents
gensrc/build
fe/fe-core/target
thirdparty/src
thirdparty/installed
*.so.tmp
.DS_Store
*.iml
core.*
extension/spark-doris-connector/.classpath
extension/spark-doris-connector/target
fe/log
custom_env.sh
ut_dir
log/
fe_plugins/*/target
fe_plugins/output
fe/mocked
fe/ut_ports
fe/*/target
fe/fe-core/gen
fe/fe-common/.classpath
fs_brokers/apache_hdfs_broker/src/main/resources/
fs_brokers/apache_hdfs_broker/src/main/thrift/
dependency-reduced-pom.xml
tags
.tags
.cache
*.vim
compile_commands.json
.factorypath
.classpath
.vimspector.json
#ignore eclipse project file & idea project file
.cproject
.project
.settings/
.idea/
/Default/
be/cmake-build*
be/.vscode
be/src/gen_cpp/*.cc
be/src/gen_cpp/*.cpp
be/src/gen_cpp/*.h
be/src/gen_cpp/opcode
be/ut_build_ASAN/
be/tags
#ignore vscode project file
.vscode
!.gitignore
!.clang-format
!.github
build/