From: dglazkov@chromium.org Date: Sun, 3 Oct 2010 15:35:49 +0000 (+0000) Subject: 2010-10-03 Dimitri Glazkov X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=commitdiff_plain;h=e0344f472d145b507d9944457a35c40fbd06a6a5;hp=cf073e12249ff10b91be2097bb4fb1b674b68732 2010-10-03 Dimitri Glazkov Add Chromium depot_tools to files that git should ignore. * .gitignore: Added WebKit/chromium/depot_tools. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68987 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/.gitignore b/.gitignore index 5d96ad2a6e9b..a53f26e68cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ WebKit/chromium/gpu/ WebKit/chromium/media/ WebKit/chromium/webkit/ WebKit/chromium/printing/ +WebKit/chromium/depot_tools/ # Ignore compiled java tests: LayoutTests/java/*.class diff --git a/ChangeLog b/ChangeLog index a08e21c8cf3f..05b9e9bf2a55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-03 Dimitri Glazkov + + Add Chromium depot_tools to files that git should ignore. + + * .gitignore: Added WebKit/chromium/depot_tools. + 2010-09-30 Kevin Ollivier [wx] Fix typo in build script.