diff mbox series

[v2,1/3] gitignore: ignore .vscode directory

Message ID 20190514142233.23165-2-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show
Series Misc patches | expand

Commit Message

Wei Liu May 14, 2019, 2:22 p.m. UTC
The directory is created by Visual Studio Code editor to store its
local state.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

George Dunlap May 15, 2019, 11:38 a.m. UTC | #1
On 5/14/19 3:22 PM, Wei Liu wrote:
> The directory is created by Visual Studio Code editor to store its
> local state.
> 
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Acked-by: George Dunlap <george.dunlap@citrix.com>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 26bc583f74..3822bb75ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@  cscope.out
 cscope.po.out
 .config
 .vimrc
+.vscode
 
 dist
 stubdom/*.tar.gz