80 lines
1.3 KiB
Plaintext
80 lines
1.3 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
|
|
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/
|