summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 46371060cf..00d8631c44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@ gcs-credentials.json
.project
.pydevproject
+# local dev outputs
+dist/
+
*.o
*.a
config.h.in
@@ -165,6 +168,7 @@ diagrams/plantuml.jar
# cppcheck
cppcheck-build/
+# python virtual environment
venv/
# debugging / profiling
@@ -209,3 +213,7 @@ netdata.cbp
# External dependencies
externaldeps/
+
+# vim sessions
+Session.vim
+Session.*.vim