From 410a7a7094e5a53ded67442423340bad300544da Mon Sep 17 00:00:00 2001 From: William Minchin Date: Wed, 27 Nov 2013 10:37:14 -0700 Subject: [PATCH] Add MS Visual Studio to GitIgnore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e24938c0..e61da393 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,9 @@ Icon # Documentation _build + +# MS Visual Studio (PyTools) +obj +*.pyproj +*.sln +*.suo