From 2ab87d0a134faa29d84eb401318f11926cbe6a4d Mon Sep 17 00:00:00 2001 From: Kenneth Cheng Date: Fri, 1 May 2020 10:35:19 +0800 Subject: [PATCH] ignore .vscode --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c6127b3..b3ad477 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ modules.order Module.symvers Mkfile.old dkms.conf + +.vscode