Changeset 50325 in webkit


Ignore:
Timestamp:
Oct 30, 2009, 1:55:56 AM (15 years ago)
Author:
abarth@webkit.org
Message:

2009-10-30 Adam Barth <abarth@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.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r50322 r50325  
     12009-10-30  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Mark Rowe.
     4
     5        Teach git to ignore some files
     6        https://bugs.webkit.org/show_bug.cgi?id=30951
     7
     8        Ignore WebKitBuild because we never want to version that directory.
     9        Also, ignore the xcode project files so git clean doesn't blow away
     10        your project settings.  Finally, ignore the compiled python files in
     11        WebKitTools/Script modules because they clutter up git status.
     12
     13        * .gitignore: Added.
     14
    1152009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
    216
Note: See TracChangeset for help on using the changeset viewer.