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+
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.