Skip to content

Commit

Permalink
Ignore vscode and fix swap ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
waynew committed Mar 27, 2019
1 parent bad4e47 commit 32aafab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/src
*.py[co]
pkg/arch/*.tar.xz
*.sw[pon]
*.sw[a-p]
doc/_build
dist
MANIFEST
Expand Down Expand Up @@ -84,6 +84,9 @@ tests/unit/templates/roots
# Pycharm
.idea

# VS Code
.vscode

# Ignore the log directory created by tests
/logs
tests/integration/cloud/providers/logs
Expand Down

0 comments on commit 32aafab

Please sign in to comment.