Reviewed by David Levin.
adding *.vcproj.*.user to .gitignore for Visual Studio development
https://bugs.webkit.org/show_bug.cgi?id=58097
* .gitignore:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@83301
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
project.xcworkspace
xcuserdata
+# Ignore auto-generated files by VS2005
+*.vcproj.*.user
+
# Ignore common tool auto-generated files.
.gdb_history
tags
+2011-04-08 Jon Lee <jonlee@apple.com>
+
+ Reviewed by David Levin.
+
+ adding *.vcproj.*.user to .gitignore for Visual Studio development
+ https://bugs.webkit.org/show_bug.cgi?id=58097
+
+ * .gitignore:
+
2011-04-07 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.