23 lines
522 B
Plaintext
23 lines
522 B
Plaintext
#Ignore any files or directories at any level, including the context root, named thirdparty
|
|
**/cmake-build*
|
|
**/ut_build_*
|
|
**/be/output
|
|
be/build_
|
|
thirdparty/installed
|
|
thirdparty/src
|
|
**/target
|
|
**/log
|
|
**/.github
|
|
**/.idea
|
|
**/*.o
|
|
**/output
|
|
# negate the output as it might be used for packing container from locally build artifact
|
|
!output
|
|
output/fe/meta
|
|
output/fe/log
|
|
output/be/storage
|
|
output/be/log
|
|
# allow build fs_broker into allin1 docker image
|
|
!fs_brokers/apache_hdfs_broker/output
|
|
fs_brokers/apache_hdfs_broker/output/log
|