summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-06 18:34:57 +0200
committerGitHub <noreply@github.com>2024-02-06 18:34:57 +0200
commit2544e0a8002e216f1d966f0cf3001f6adf434de6 (patch)
treed88409fe2a19708550197e1a0730c0cd10970b85 /.gitignore
parent9758ade40226ab4d166db62227654770c5cd4040 (diff)
Update codeowners and cleanup .gitignore (#16946)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore71
1 files changed, 3 insertions, 68 deletions
diff --git a/.gitignore b/.gitignore
index 18b528ba2c..50f00f1938 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,75 +21,17 @@ Makefile.in
!collectors/log2journal/tests.d/*.log
*.pyc
-Makefile
-aclocal.m4
-autom4te.cache
-compile
-config.guess
-config.h
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
netdata.spec
sha256sums.txt
-# netdata binaries
-netdata
-netdatacli
-systemd-cat-native
-log2journal
-!log2journal/
-!netdata/
upload/
artifacts/
-apps.plugin
-!apps.plugin/
-
-freeipmi.plugin
-!freeipmi.plugin/
-
-cups.plugin
-!cups.plugin/
-
-nfacct.plugin
-!nfacct.plugin/
-
-xenstat.plugin
-!xenstat.plugin/
-
-perf.plugin
-!perf.plugin/
-
-slabinfo.plugin
-!slabinfo.plugin/
-
-cgroup-network
-!cgroup-network/
-
-local-listeners
-!local-listeners/
-
ebpf.plugin
collectors/ebpf.plugin/reset_netdata_trace.sh
!ebpf.plugin/
collectors/ebpf.plugin/includes/
-debugfs.plugin
-!debugfs.plugin/
-
-systemd-journal.plugin
-!systemd-journal.plugin/
-
-logs-management.plugin
-!logs-management.plugin/
-
# protoc generated files
*.pb.cc
*.pb.h
@@ -144,9 +86,6 @@ system/systemd/netdata-updater.service
!system/systemd/netdata.service.in
!system/systemd/netdata.service.*.in
-daemon/anonymous-statistics.sh
-daemon/get-kubernetes-labels.sh
-
health/notifications/alarm-notify.sh
claim/netdata-claim.sh
collectors/cgroups.plugin/cgroup-name.sh
@@ -248,14 +187,10 @@ Session.*.vim
# Jupyter notebook checkpoints
.ipynb_checkpoints
-# m4 generated ksys
-database/engine/journalfile_v2.ksy
-database/engine/journalfile_v2_virtmemb.ksy
-
# gorilla benchmark & fuzz binaries
-libnetdata/gorilla/gorilla_benchmark
-libnetdata/gorilla/gorilla_fuzzer
-libnetdata/gorilla/fuzz-*.log
+src/libnetdata/gorilla/gorilla_benchmark
+src/libnetdata/gorilla/gorilla_fuzzer
+src/libnetdata/gorilla/fuzz-*.log
# ignore build/ directory (default dir for many IDEs/LSPs)
build/