diff --git a/.gitignore b/.gitignore index 5d13da1..afc4301 100644 --- a/.gitignore +++ b/.gitignore @@ -2,14 +2,21 @@ *.retry *.tox/ .idea/* +.vscode/* .venv .stestr/ +*.DS_Store dist build/* venus.egg-info/ venus/hacking/__pycache__/ +# Editors +*.sublime-workspace +*.swp +*.swo + doc/build/* doc/source/_static/*.sample api-ref/build/* @@ -17,3 +24,4 @@ releasenotes/build* AUTHORS Authors +ChangeLog \ No newline at end of file