[Webkit-unassigned] [Bug 30951] Teach git to ignore some files

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


https://bugs.webkit.org/show_bug.cgi?id=30951


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42193|review?                     |review+
               Flag|                            |




--- Comment #8 from Mark Rowe (bdash) <mrowe at apple.com>  2009-10-30 01:49:05 PDT ---
(From update of attachment 42193)
> 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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list