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+

Jens Alfke
Reported 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.
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+
Jens Alfke
Comment 1 2009-11-24 15:14:43 PST
Created attachment 43816 [details] Add Chromium's gyp-generated Xcode projects to the .gitignore file.
Jens Alfke
Comment 2 2009-11-24 16:07:18 PST
Committed revision 51365.
Note You need to log in before you can comment on or make changes to this bug.