summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-07-08 12:57:36 +0500
committerGitHub <noreply@github.com>2021-07-08 12:57:36 +0500
commit33825d38b2d423a98f05f0625ca7fac47d9615c6 (patch)
tree39e065b24bcacf4cf6508a05f434135c37f78544 /.gitignore
parent02bc2cc3f21eb6dc95afb602b1c9c3f339224216 (diff)
Add some more entries to gitignore (#11319)
* clarify why venv/ is ignored. * ignore vim session files. * ignore dist/ for local dev outputs.
Diffstat (limited to '.gitignore')
-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