2011-01-18 Hayato Ito <hayato@chromium.org>
Reviewed by Kent Tamura.
Update .gitignore file to reflect a recent WebKit directory movement.
https://bugs.webkit.org/show_bug.cgi?id=52618
* .gitignore:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76015 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/.gitignore b/.gitignore
index 904b0bf..35d1956 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,11 +86,11 @@
/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 0d4a7f9..44aa7a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-18 Hayato Ito <hayato@chromium.org>
+
+ 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 <abarth@webkit.org>
Rubber-stamped by Eric Seidel.