summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2020-08-03 23:01:51 -0500
committersommersoft <sommersoft@gmail.com>2020-08-03 23:01:51 -0500
commit19af89cbeeb0c2a75c207e4c64719d7361348321 (patch)
treebb21c579488c2ba1ba7091711a836ee00b3ae840 /.gitignore
parent034b1bb9035d60f6e0aa862f3bc60aafb1fd6e07 (diff)
.gitignore: only ignore autoapi generated .rst files in shared-bindings; ignore common python venv's
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 475a1183f..03cd38f35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,7 +57,7 @@ _build
######################
genrst/
/autoapi/
-/shared-bindings/**/*.rst
+/shared-bindings/*/**/*.rst
# ctags and similar
###################
@@ -80,3 +80,8 @@ TAGS
*.mo
.vscode
+
+# Python Virtual Environments
+####################
+.venv
+.env