diff --git a/.gitignore b/.gitignore index 904b0bf840a63342f27ecd9d428f377bc4e22ea8..35d1956b4a2b550f13677a4254e2c697a3850e32 100644 --- a/.gitignore +++ b/.gitignore @@ -86,11 +86,11 @@ LayoutTests/java/*.class /Source/autotools/ltversion.m4 /Source/autotools/lt~obsolete.m4 /Source/autotools/missing +/Source/WebKit/gtk/docs/GNUmakefile.in +/Source/WebKit/gtk/po/*.pot /autotoolsconfig.h.in /configure /GNUmakefile.in -/WebKit/gtk/docs/GNUmakefile.in -/WebKit/gtk/po/*.pot /gtk-doc.make /INSTALL /README diff --git a/ChangeLog b/ChangeLog index 0d4a7f9c0919d102559e145d92e12afc36852b33..44aa7a9ae1575af1b2e42eaa888579f070b1b3b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-01-18 Hayato Ito + + Reviewed by Kent Tamura. + + Update .gitignore file to reflect a recent WebKit directory movement. + + https://bugs.webkit.org/show_bug.cgi?id=52618 + + * .gitignore: + 2011-01-16 Adam Barth Rubber-stamped by Eric Seidel.