[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

abarth at webkit.org abarth at webkit.org
Thu Dec 3 13:23:26 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 6f486bc8c0a72993ad696cdd0389e6069c259d9e
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 30 08:55:56 2009 +0000

    2009-10-30  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Mark Rowe.
    
            Teach git to ignore some files
            https://bugs.webkit.org/show_bug.cgi?id=30951
    
            Ignore WebKitBuild because we never want to version that directory.
            Also, ignore the xcode project files so git clean doesn't blow away
            your project settings.  Finally, ignore the compiled python files in
            WebKitTools/Script modules because they clutter up git status.
    
            * .gitignore: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50325 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b9595b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.mode*
+*.pbxuser
+*.perspective*
+*.pyc
+build/
+/WebKitBuild/
diff --git a/ChangeLog b/ChangeLog
index 960152e..afdf5a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-10-30  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Mark Rowe.
+
+        Teach git to ignore some files
+        https://bugs.webkit.org/show_bug.cgi?id=30951
+
+        Ignore WebKitBuild because we never want to version that directory.
+        Also, ignore the xcode project files so git clean doesn't blow away
+        your project settings.  Finally, ignore the compiled python files in
+        WebKitTools/Script modules because they clutter up git status.
+
+        * .gitignore: Added.
+
 2009-10-30  Roland Steiner  <rolandsteiner at chromium.org>
 
         Reviewed by Eric Seidel.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list