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: https://svn.webkit.org/repository/webkit/trunk@65282
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
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
+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.