Modified:
trunk/.gitignore
Log:
Added "obj" to gitignore
Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore (original)
+++ trunk/.gitignore Thu Sep 4 16:42:30 2008
@@ -1,3 +1,4 @@
*.user*
*.pidb
-bin
\ No newline at end of file
+bin
+obj
\ No newline at end of file