diff options
author | 2020-05-13 01:39:41 +0200 | |
---|---|---|
committer | 2020-05-13 01:39:41 +0200 | |
commit | d4c1ac6442010018e75c6347c46ac77949af83f0 (patch) | |
tree | 8f0d9527a9e0d63ce8f7fb630f8d7832f5ad8ac9 /.gitignore | |
parent | 6b1f1ab47e7713e42c9beec65aaa317125104201 (diff) | |
download | cherry-d4c1ac6442010018e75c6347c46ac77949af83f0.tar.gz cherry-d4c1ac6442010018e75c6347c46ac77949af83f0.zip |
Ignoring VS workspace
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |