diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:19:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-09 13:20:02 +0000 |
commit | 58daab21cd043e1dc37024a7f99b396788372918 (patch) | |
tree | 96771e43bb69f7c1c2b0b4f7374cb74d7866d0cb /fluent-bit/.gitignore | |
parent | Releasing debian version 1.43.2-1. (diff) | |
download | netdata-58daab21cd043e1dc37024a7f99b396788372918.tar.xz netdata-58daab21cd043e1dc37024a7f99b396788372918.zip |
Merging upstream version 1.44.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/.gitignore')
-rw-r--r-- | fluent-bit/.gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/fluent-bit/.gitignore b/fluent-bit/.gitignore new file mode 100644 index 000000000..44f0a4b69 --- /dev/null +++ b/fluent-bit/.gitignore @@ -0,0 +1,43 @@ +.idea +.vscode +.clang-format +.DS_Store +*~ +_book/ +lib/jemalloc +tests/internal/flb_tests_internal.h +tests/runtime/flb_tests_runtime.h +build/* +include/fluent-bit/flb_info.h +include/fluent-bit/flb_plugins.h +include/fluent-bit/flb_version.h +include/fluent-bit/conf/*.h +include/fluent-bit/tls/flb_tls_info.h +init/fluent-bit.service +lib/chunkio/include/chunkio/cio_version.h +lib/monkey/monkey.service +lib/monkey/include/monkey/mk_core/mk_core_info.h + +packaging/.env +packaging/packages +packaging/distros/**/sources/ +packaging/releases +packaging/latest/ +packaging/aws-release-sync/ +workflow/ +*.key +*.log +*.tar.gz + +# clangd files +.cache/ +compile_commands.json + +workflow/ +.kitchen/ + +.vagrant/ +# examples +examples/wasi_serde_json/target/ +# WASM test data +tests/runtime/wasm/go/*.wasm
\ No newline at end of file |