Bug 31847

Summary: Add Chromium's auto-generated .xcodeproj's to .gitignore
Product: WebKit Reporter: Jens Alfke <jens>
Component: PlatformAssignee: Jens Alfke <jens>
Status: RESOLVED FIXED    
Severity: Trivial    
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add Chromium's gyp-generated Xcode projects to the .gitignore file. levin: review+

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.