Reviewed by David Levin.
Add files which Chromium port generates to .gitignore.
https://bugs.webkit.org/show_bug.cgi?id=49943
* .gitignore:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@72688
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
WebKit/chromium/printing/
WebKit/chromium/depot_tools/
+# Ignore files that Chromium port generates
+/Makefile.chromium
+/out
+
# Ignore compiled java tests:
LayoutTests/java/*.class
+2010-11-24 Hayato Ito <hayato@chromium.org>
+
+ Reviewed by David Levin.
+
+ Add files which Chromium port generates to .gitignore.
+
+ https://bugs.webkit.org/show_bug.cgi?id=49943
+
+ * .gitignore:
+
2010-11-23 Patrick Gansterer <paroga@webkit.org>
Reviewed by David Levin.