summaryrefslogtreecommitdiffstats
path: root/fluent-bit/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:22 +0000
commitc21c3b0befeb46a51b6bf3758ffa30813bea0ff0 (patch)
tree9754ff1ca740f6346cf8483ec915d4054bc5da2d /fluent-bit/.gitignore
parentAdding upstream version 1.43.2. (diff)
downloadnetdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.tar.xz
netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.zip
Adding upstream version 1.44.3.upstream/1.44.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/.gitignore')
-rw-r--r--fluent-bit/.gitignore43
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