Summary: | Teach git to ignore some files | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> | ||||||||||||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||||||
Severity: | Normal | ||||||||||||||||||
Priority: | P2 | ||||||||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||||||
Hardware: | All | ||||||||||||||||||
OS: | All | ||||||||||||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=224227 | ||||||||||||||||||
Bug Depends on: | 223988 | ||||||||||||||||||
Bug Blocks: | |||||||||||||||||||
Attachments: |
|
Description
Adam Barth
2009-10-30 01:23:56 PDT
Created attachment 42184 [details]
Patch v1
Created attachment 42185 [details]
Patch v1
Created attachment 42186 [details]
Patch v1
Created attachment 42187 [details]
Patch v1
Created attachment 42188 [details]
Patch v1
Created attachment 42190 [details]
Patch v1
Created attachment 42193 [details]
Patch v1
Comment on attachment 42193 [details] Patch v1 > 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. Committed r50325: <http://trac.webkit.org/changeset/50325> *** Bug 25841 has been marked as a duplicate of this bug. *** |