From 6f5bf561220a04962fbcd56db940085de4b53327 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 23 Jul 2010 15:20:25 +0200 Subject: [PATCH] added "VisualStudio section" in .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71fb5a7..93ba82b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,12 @@ Debug/ Release/ -# ignore MS VS non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) +# special MS Visual Studio section +# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) *.ncb +# ignore user specific settings +*.user +*.suo # ignore stuff generated by "make manual" and "make poster" *.aux