[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hayato at chromium.org hayato at chromium.org
Wed Dec 22 16:30:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4ae944bbb9287d5b9e152b4dcb108ed516174339
Author: hayato at chromium.org <hayato at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 24 18:54:50 2010 +0000

    2010-11-24  Hayato Ito  <hayato at chromium.org>
    
            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: http://svn.webkit.org/repository/webkit/trunk@72688 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/.gitignore b/.gitignore
index 1a00fdd..68133fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,6 +60,10 @@ WebKit/chromium/webkit/
 WebKit/chromium/printing/
 WebKit/chromium/depot_tools/
 
+# Ignore files that Chromium port generates
+/Makefile.chromium
+/out
+
 # Ignore compiled java tests:
 LayoutTests/java/*.class
 
diff --git a/ChangeLog b/ChangeLog
index eb4e671..609a524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-24  Hayato Ito  <hayato at 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 at webkit.org>
 
         Reviewed by David Levin.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list