Commit 9f815fb63389709d310b35e71654d383f113c4ce

Steffen Jaeckel 2010-07-23T11:15:38

updated .gitignore

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.gitignore b/.gitignore
index 418bd3d..bacc270 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
 # suppress compiler/linker output
 *.[oa]
+Debug/
+Release/
+
+# ignore MS VS non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
+*.ncb