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

abarth at webkit.org abarth at webkit.org
Wed Apr 7 23:16:05 UTC 2010


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