[webkit-reviews] review granted: [Bug 30951] Teach git to ignore some files : [Attachment 42193] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 01:49:05 PDT 2009


Mark Rowe (bdash) <mrowe at apple.com> has granted Adam Barth
<abarth at webkit.org>'s request for review:
Bug 30951: Teach git to ignore some files
https://bugs.webkit.org/show_bug.cgi?id=30951

Attachment 42193: Patch v1
https://bugs.webkit.org/attachment.cgi?id=42193&action=review

------- Additional Comments from Mark Rowe (bdash) <mrowe at apple.com>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..aa7fc51
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,6 @@
> +*.mode*
> +*.pbxuser
> +*.perspective*
> +*.pyc
> +build/
> +WebKitBuild/

Technically this last one should be /WebKitBuild/ so that it only matches at
the root of the repository.


More information about the webkit-reviews mailing list