From 1704d19035c53e02d42538e94b309c8277ea4bf0 Mon Sep 17 00:00:00 2001 From: kangping Date: Wed, 28 Apr 2021 12:48:55 +0800 Subject: [PATCH] [git] ignore vscode configuration files (#6498) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0acc43a2..a8e9606eb 100644 --- a/.gitignore +++ b/.gitignore @@ -60,8 +60,9 @@ third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4 third_party/nlbuild-autotools/repo/third_party/autoconf/missing /tmp/ -# C-Lion / IDEA files +# IDE / editor files .idea/** +.vscode/** cmake-build-*/** # Python bytecodes