forked from StarRocks/starrocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (87 loc) · 1.54 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
*.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
contrib/trino-connector/target/
fe/log
**/ut_ports
venv/
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
fe/fe-core/src/main/java/com/starrocks/sql/parser/gen
fe/fe-core/src/main/java/com/starrocks/builtins
fe/fe-core/src/main/java/com/starrocks/common/Version.java
fe/fe-core/src/main/java/com/starrocks/proto
fe/fe-core/src/main/java/com/starrocks/thrift
fs_brokers/apache_hdfs_broker/src/main/resources/
fs_brokers/apache_hdfs_broker/src/main/thrift/
fs_brokers/apache_hdfs_broker/jindosdk-4.6.2
dependency-reduced-pom.xml
test/conf/
test/conf/sr.conf
test/nosetests.xml
test/common/data
tags
.tags
.cache
*.vim
*.swo
compile_commands.json
.factorypath
.classpath
.vimspector.json
.gdb_history
# ignore generated files
StarRocksLex.tokens
#ignore eclipse project file & idea project file
.cproject
.project
.settings/
.idea/
.gradle/
/Default/
be/cmake-build*
be/.vscode
be/src/gen_cpp/cmake-build*
be/src/gen_cpp/*.cc
be/src/gen_cpp/*.cpp
be/src/gen_cpp/*.h
be/src/gen_cpp/opcode
be/src/thirdparty/starcache/
be/ut_build_ASAN/
be/tags
#ignore vscode project file
.vscode
!.gitignore
!.clang-format
!.github
build/
cmake-build-debug/
CMakeLists.txt