From 7a4a273546365a190fac1ae24adf75d15ff5cfaf Mon Sep 17 00:00:00 2001 From: "commit-queue@webkit.org" Date: Fri, 8 Apr 2011 16:03:35 +0000 Subject: [PATCH] 2011-04-08 Jon Lee 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: http://svn.webkit.org/repository/webkit/trunk@83301 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .gitignore | 3 +++ ChangeLog | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index e412110c258..ef3af9a0a71 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ Tools/Scripts/webkitpy/thirdparty/autoinstalled project.xcworkspace xcuserdata +# Ignore auto-generated files by VS2005 +*.vcproj.*.user + # Ignore common tool auto-generated files. .gdb_history tags diff --git a/ChangeLog b/ChangeLog index e0417e798d2..c2d4d652c9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-04-08 Jon Lee + + 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 Reviewed by Adam Barth. -- GitLab