Skip to content

Commit

Permalink
2010-08-12 Dimitri Glazkov <dglazkov@chromium.org>
Browse files Browse the repository at this point in the history
        Reviewed by David Levin.

        Add more Chromium-related dependency directories to .gitignore.
        https://bugs.webkit.org/show_bug.cgi?id=43940

        * .gitignore: Added all existing that are created by update-webkit --chromium.

git-svn-id: svn://svn.chromium.org/blink/trunk@65282 bbb929c8-8fbe-4397-9dbb-9b2b20218538
  • Loading branch information
dglazkov@chromium.org committed Aug 12, 2010
1 parent 61b7716 commit ad9eea6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions third_party/WebKit/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,27 @@ WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.xcodeproj
WebKit/chromium/.gclient
WebKit/chromium/.gclient_entries

# Ignore Chromium dependencies
WebKit/chromium/base/
WebKit/chromium/gfx/
WebKit/chromium/googleurl/
WebKit/chromium/net/
WebKit/chromium/sdch/
WebKit/chromium/skia/
WebKit/chromium/testing/
WebKit/chromium/third_party/
WebKit/chromium/tools/
WebKit/chromium/v8/
WebKit/chromium/xcodebuild/
WebKit/chromium/.gclient
WebKit/chromium/.gclient_entries
WebKit/chromium/app/
WebKit/chromium/chromium_deps/
WebKit/chromium/gpu/
WebKit/chromium/media/
WebKit/chromium/webkit/
WebKit/chromium/printing/

# Ignore compiled java tests:
LayoutTests/java/*.class

Expand Down
9 changes: 9 additions & 0 deletions third_party/WebKit/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2010-08-12 Dimitri Glazkov <dglazkov@chromium.org>

Reviewed by David Levin.

Add more Chromium-related dependency directories to .gitignore.
https://bugs.webkit.org/show_bug.cgi?id=43940

* .gitignore: Added all existing that are created by update-webkit --chromium.

2010-08-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

Reviewed by Martin Robinson.
Expand Down

0 comments on commit ad9eea6

Please sign in to comment.