diff options
| author | sommersoft <sommersoft@gmail.com> | 2020-08-03 23:01:51 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2020-08-03 23:01:51 -0500 |
| commit | 19af89cbeeb0c2a75c207e4c64719d7361348321 (patch) | |
| tree | bb21c579488c2ba1ba7091711a836ee00b3ae840 /.gitignore | |
| parent | 034b1bb9035d60f6e0aa862f3bc60aafb1fd6e07 (diff) | |
.gitignore: only ignore autoapi generated .rst files in shared-bindings; ignore common python venv's
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
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 |
