[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
dimich at chromium.org
dimich at chromium.org
Wed Mar 17 18:09:52 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 846c0d6fac786ae227301e40dad6f460f9079b4e
Author: dimich at chromium.org <dimich at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 2 19:12:42 2010 +0000
Ignore compiled Java test cases in .gitignore.
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
diff --git a/.gitignore b/.gitignore
index f2939cd..0ce36c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,9 @@ JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.xcodeproj
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
diff --git a/ChangeLog b/ChangeLog
index 8428d7a..c475a19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-02 Dmitry Titov <dimich at 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 at renevier.net>
Reviewed by Gustavo Noronha Silva.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list