From: mrobinson@webkit.org Date: Tue, 4 Jan 2011 22:04:37 +0000 (+0000) Subject: 2011-01-04 Martin Robinson X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=3b56b8bc31c8987f996328aebcf920f68831a995 2011-01-04 Martin Robinson Reviewed by David Levin. .gitignore should be updated to reflect Sources rename to Source https://bugs.webkit.org/show_bug.cgi?id=51893 * .gitignore: Change all paths that reference the "Sources" directory to say "Source". git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75005 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/.gitignore b/.gitignore index 3212ab4a93a7..0e72aef0ee76 100644 --- a/.gitignore +++ b/.gitignore @@ -72,19 +72,19 @@ LayoutTests/java/*.class # a few files into the source tree. /aclocal.m4 /autom4te.cache -/Sources/autotools/compile -/Sources/autotools/config.guess -/Sources/autotools/config.sub -/Sources/autotools/depcomp -/Sources/autotools/gtk-doc.m4 -/Sources/autotools/install-sh -/Sources/autotools/libtool.m4 -/Sources/autotools/ltmain.sh -/Sources/autotools/ltoptions.m4 -/Sources/autotools/ltsugar.m4 -/Sources/autotools/ltversion.m4 -/Sources/autotools/lt~obsolete.m4 -/Sources/autotools/missing +/Source/autotools/compile +/Source/autotools/config.guess +/Source/autotools/config.sub +/Source/autotools/depcomp +/Source/autotools/gtk-doc.m4 +/Source/autotools/install-sh +/Source/autotools/libtool.m4 +/Source/autotools/ltmain.sh +/Source/autotools/ltoptions.m4 +/Source/autotools/ltsugar.m4 +/Source/autotools/ltversion.m4 +/Source/autotools/lt~obsolete.m4 +/Source/autotools/missing /autotoolsconfig.h.in /configure /GNUmakefile.in diff --git a/ChangeLog b/ChangeLog index 4dad51770b05..5e1dbb8d579c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-01-04 Martin Robinson + + Reviewed by David Levin. + + .gitignore should be updated to reflect Sources rename to Source + https://bugs.webkit.org/show_bug.cgi?id=51893 + + * .gitignore: Change all paths that reference the "Sources" directory to say "Source". + 2011-01-04 Dihan Wickremasuriya Reviewed by Laszlo Gombos.