git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51365
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
*.pyc
build/
/WebKitBuild/
+
+# Ignore Chromium projects auto-generated from .gyp files:
+JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.xcodeproj
+WebCore/WebCore.gyp/WebCore.xcodeproj
+WebKit/chromium/WebKit.xcodeproj
+2009-11-24 Jens Alfke <snej@chromium.org>
+
+ Reviewed by David Levin.
+
+ Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
+ https://bugs.webkit.org/show_bug.cgi?id=31847
+
+ * .gitignore: Add three .xcodeproj files.
+
2009-11-09 Priit Laes <plaes@plaes.org>
Reviewed by Oliver Hunt.