From 590e423e7f7283dbd4d77dc75574e7ffa4d829d5 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Mon, 22 Nov 2010 13:41:39 -0800 Subject: [PATCH] Visual C++ additions. Grouped all VC++ files together. Added new file extensions and folders used by Visual C++ 2010. --- Global/VisualStudio.gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 9afcfd27..42e1b9af 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -8,11 +8,16 @@ # Build results Debug/ Release/ -*.ncb -*.aps *.obj .builds +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + # ReSharper is a .NET coding add-in _ReSharper*