From b1b05842d7384e4b5ca17938d83d0a010e1756cd Mon Sep 17 00:00:00 2001 From: chkoar Date: Sun, 31 Jul 2016 23:42:02 +0300 Subject: [PATCH] Add visual studio project files in .gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12b751b5f..baff57d6b 100644 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,10 @@ target/ *.swp # emacs -*~ \ No newline at end of file +*~ + +# Visual Studio +*.sln +*.pyproj +*.suo +*.vs \ No newline at end of file