This PR proposes to ignore tracking the following file and dir auto-generated by ANTLR4: fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.tokens fe/fe-core/src/main/antlr4/org/apache/doris/nereids/gen/
96 lines
1.7 KiB
Plaintext
96 lines
1.7 KiB
Plaintext
# 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
|
|
yarn.lock
|
|
ut_dir
|
|
package-lock.json
|
|
|
|
# ignore all sub `/bin` and `/build` directory
|
|
**/build/
|
|
*/**/bin/
|
|
**/target/
|
|
**/node_modules/
|
|
**/dist/
|
|
**/log/
|
|
|
|
# ignore project file
|
|
.cproject
|
|
.project
|
|
.cache
|
|
.settings/
|
|
**/.idea/
|
|
**/.vscode/
|
|
|
|
# docs
|
|
docs/contents/
|
|
docs/.temp
|
|
|
|
# output, thirdparty, extension
|
|
output/
|
|
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
|
|
regression-test/realdata/*
|
|
|
|
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/
|
|
|
|
# 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/
|
|
|
|
## tools
|
|
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/
|
|
|
|
# be-ut
|
|
data_test
|