From 9aa1652ef76721aaa3e05a376ef8f9135dd2df72 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 19 Apr 2022 17:37:01 +0800 Subject: [PATCH] gitignore: ignore the editor config files Signed-off-by: Jackie Huang Change-Id: I4eda6720c2a1b31e2fa1d1520850f017b76c1506 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 60baa19..869e107 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ # documentation .tox docs/_build/* + +# editor +.vscode -- 2.16.6