From a85f95aad3c7c2139280773e510695e5fa2a25a9 Mon Sep 17 00:00:00 2001 From: chertov Date: Wed, 22 Jan 2014 07:27:31 +0400 Subject: [PATCH] add .gitignor into Win32 --- Win32/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Win32/.gitignore diff --git a/Win32/.gitignore b/Win32/.gitignore new file mode 100644 index 00000000..d62f96f6 --- /dev/null +++ b/Win32/.gitignore @@ -0,0 +1,8 @@ +* +!*/ + +!*.sln +!*.vcproj +!*.vcxproj +!*.vcxproj.filters +!.gitignore