Bug 31847 - Add Chromium's auto-generated .xcodeproj's to .gitignore
Summary: Add Chromium's auto-generated .xcodeproj's to .gitignore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Trivial
Assignee: Jens Alfke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 14:21 PST by Jens Alfke
Modified: 2009-11-24 16:07 PST (History)
0 users

See Also:


Attachments
Add Chromium's gyp-generated Xcode projects to the .gitignore file. (823 bytes, patch)
2009-11-24 15:14 PST, Jens Alfke
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Alfke 2009-11-24 14:21:27 PST
When developing Chromium, git will always list three .xcodeproj files as untracked:

# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.xcodeproj/
#	WebCore/WebCore.gyp/WebCore.xcodeproj/
#	WebKit/chromium/WebKit.xcodeproj/

These project files are auto-generated by the git tool from the neighboring .git files, and should be ignored by git.
Comment 1 Jens Alfke 2009-11-24 15:14:43 PST
Created attachment 43816 [details]
Add Chromium's gyp-generated Xcode projects to the .gitignore file.
Comment 2 Jens Alfke 2009-11-24 16:07:18 PST
Committed revision 51365.