diff --git a/.gitignore b/.gitignore index e412110c2583fcfa4ffe800ee560e324dfaeffb0..ef3af9a0a71f62d7d0eacb3b90054e570d696547 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 e0417e798d2d3c75791302989f528748d75be876..c2d4d652c9bff3ada2c90c596e3cf3ecfb8920d3 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.