Commit 6f5bf561220a04962fbcd56db940085de4b53327

Steffen Jaeckel 2010-07-23T15:20:25

added "VisualStudio section" in .gitignore

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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