From d4c1ac6442010018e75c6347c46ac77949af83f0 Mon Sep 17 00:00:00 2001 From: aindros Date: Wed, 13 May 2020 01:39:41 +0200 Subject: Ignoring VS workspace --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6127b3..9fce116 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,11 @@ modules.order Module.symvers Mkfile.old dkms.conf + +# Ignoring Visual Studio workspace. Can be +# generated it by Powershell script included +# with this repository +*.sln +*.vcxproj +*.vcxproj.filters +.vs/ \ No newline at end of file -- cgit v1.2.3