[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

dimich at chromium.org dimich at chromium.org
Thu Apr 8 02:06:43 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 52df7eb2c70d335ac591e5328cc01df244c26620
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