From 32aafab79a2fe6bbf15d8830d480f3a8546900eb Mon Sep 17 00:00:00 2001 From: Wayne Werner Date: Fri, 22 Mar 2019 14:19:26 -0500 Subject: [PATCH] Ignore vscode and fix swap ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3d444d2fba..644e6fc2617 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ /src *.py[co] pkg/arch/*.tar.xz -*.sw[pon] +*.sw[a-p] doc/_build dist MANIFEST @@ -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