git clean is a PITA at the moment because it blows away our xcode settings. Let's add a .gitignore file to make our lives easier. Patch forthcoming.
Created attachment 42184 [details] Patch v1
Created attachment 42185 [details] Patch v1
Created attachment 42186 [details] Patch v1
Created attachment 42187 [details] Patch v1
Created attachment 42188 [details] Patch v1
Created attachment 42190 [details] Patch v1
Created attachment 42193 [details] Patch v1
Comment on attachment 42193 [details] Patch v1 > diff --git a/.gitignore b/.gitignore > new file mode 100644 > index 0000000..aa7fc51 > --- /dev/null > +++ b/.gitignore > @@ -0,0 +1,6 @@ > +*.mode* > +*.pbxuser > +*.perspective* > +*.pyc > +build/ > +WebKitBuild/ Technically this last one should be /WebKitBuild/ so that it only matches at the root of the repository.
Committed r50325: <http://trac.webkit.org/changeset/50325>
*** Bug 25841 has been marked as a duplicate of this bug. ***