https://bugs.webkit.org/show_bug.cgi?id=35559
Reviewed by Alexey Proskuryakov.
* .gitignore:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55418
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
WebCore/WebCore.gyp/WebCore.xcodeproj
WebKit/chromium/WebKit.xcodeproj
+# Ignore compiled java tests:
+LayoutTests/java/*.class
+
# Though the GTK build builds in a subdirectory, autogen.sh still deposits
# a few files into the source tree.
/aclocal.m4
+2010-03-02 Dmitry Titov <dimich@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Ignore compiled Java test cases in .gitignore.
+ https://bugs.webkit.org/show_bug.cgi?id=35559
+
+ * .gitignore:
+
2010-02-26 Arno Renevier <arno@renevier.net>
Reviewed by Gustavo Noronha Silva.