WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
31847
Add Chromium's auto-generated .xcodeproj's to .gitignore
https://bugs.webkit.org/show_bug.cgi?id=31847
Summary
Add Chromium's auto-generated .xcodeproj's to .gitignore
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug