.gitignore: only ignore autoapi generated .rst files in shared-bindings; ignore common python venv's

This commit is contained in:
sommersoft 2020-08-03 23:01:51 -05:00
parent 034b1bb903
commit 19af89cbee

7
.gitignore vendored
View File

@ -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