Bug 31194 - Add GYP generated files to svn:ignore
Summary: Add GYP generated files to svn:ignore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Julie Parent
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 19:07 PST by Julie Parent
Modified: 2009-11-05 19:28 PST (History)
0 users

See Also:


Attachments
Patch v1 (554 bytes, patch)
2009-11-05 19:08 PST, Julie Parent
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julie Parent 2009-11-05 19:07:05 PST
The following files are generated by JavaScriptCore's GYP file and should be
ignored:

*.vcproj
*.rules
*.mk
*.scons
SConstruct
Comment 1 Julie Parent 2009-11-05 19:08:50 PST
Created attachment 42619 [details]
Patch v1
Comment 2 Mark Rowe (bdash) 2009-11-05 19:20:04 PST
Comment on attachment 42619 [details]
Patch v1

There are existing svn:ignore entries that are more specific and appear to overlap with the wild card entries.  Iā€™d guess they could be removed when these wildcards are added.

rs=me
Comment 3 Julie Parent 2009-11-05 19:21:33 PST
Yes.  Updated to remove the ones that the wildcards now match.
Comment 4 Julie Parent 2009-11-05 19:28:19 PST
http://trac.webkit.org/changeset/50586