RESOLVED FIXED 30951
Teach git to ignore some files
https://bugs.webkit.org/show_bug.cgi?id=30951
Summary Teach git to ignore some files
Adam Barth
Reported 2009-10-30 01:23:56 PDT
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.
Attachments
Patch v1 (1.28 KB, patch)
2009-10-30 01:25 PDT, Adam Barth
no flags
Patch v1 (1.26 KB, patch)
2009-10-30 01:28 PDT, Adam Barth
no flags
Patch v1 (914 bytes, patch)
2009-10-30 01:29 PDT, Adam Barth
no flags
Patch v1 (922 bytes, patch)
2009-10-30 01:33 PDT, Adam Barth
no flags
Patch v1 (933 bytes, patch)
2009-10-30 01:34 PDT, Adam Barth
no flags
Patch v1 (975 bytes, patch)
2009-10-30 01:39 PDT, Adam Barth
no flags
Patch v1 (930 bytes, patch)
2009-10-30 01:47 PDT, Adam Barth
mrowe: review+
Adam Barth
Comment 1 2009-10-30 01:25:40 PDT
Created attachment 42184 [details] Patch v1
Adam Barth
Comment 2 2009-10-30 01:28:48 PDT
Created attachment 42185 [details] Patch v1
Adam Barth
Comment 3 2009-10-30 01:29:53 PDT
Created attachment 42186 [details] Patch v1
Adam Barth
Comment 4 2009-10-30 01:33:57 PDT
Created attachment 42187 [details] Patch v1
Adam Barth
Comment 5 2009-10-30 01:34:28 PDT
Created attachment 42188 [details] Patch v1
Adam Barth
Comment 6 2009-10-30 01:39:15 PDT
Created attachment 42190 [details] Patch v1
Adam Barth
Comment 7 2009-10-30 01:47:34 PDT
Created attachment 42193 [details] Patch v1
Mark Rowe (bdash)
Comment 8 2009-10-30 01:49:05 PDT
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.
Adam Barth
Comment 9 2009-10-30 01:56:07 PDT
Jeff Johnson
Comment 10 2009-12-20 07:30:57 PST
*** Bug 25841 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.