Closed
Bug 1407422
Opened 8 years ago
Closed 8 years ago
Make git and hg ignore any Xcode project at the root of the source tree
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
|
1.33 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
The instructions for setting up an Xcode project for debugging on Mac are here:
https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/Debugging_on_Mac_OS_X
They result in an Xcode project directory called *.xcodeproj being created at the root of the source tree.
We can't add a rule to ignore all *.xcodeproj directories since some sub-projects have them committed, but we can ignore such a directory if it exists at the root of the source tree.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8917153 -
Flags: review+
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e986dd716a74
Make git and hg ignore any Xcode project at the root of the source tree. r=jwatt. DONTBUILD.
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•