aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
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