Ignore vscode and fix swap ignore

This commit is contained in:
Wayne Werner 2019-03-22 14:19:26 -05:00
parent bad4e479cd
commit 32aafab79a
No known key found for this signature in database
GPG key ID: C36D3A8D5BEF0935

5
.gitignore vendored
View file

@ -2,7 +2,7 @@
/src /src
*.py[co] *.py[co]
pkg/arch/*.tar.xz pkg/arch/*.tar.xz
*.sw[pon] *.sw[a-p]
doc/_build doc/_build
dist dist
MANIFEST MANIFEST
@ -84,6 +84,9 @@ tests/unit/templates/roots
# Pycharm # Pycharm
.idea .idea
# VS Code
.vscode
# Ignore the log directory created by tests # Ignore the log directory created by tests
/logs /logs
tests/integration/cloud/providers/logs tests/integration/cloud/providers/logs