summaryrefslogtreecommitdiffstats
path: root/fluent-bit/.gitignore
diff options
context:
space:
mode:
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