Bug 25841 - Add .gitignore file to WebKit repository
Summary: Add .gitignore file to WebKit repository
Status: RESOLVED DUPLICATE of bug 30951
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: git://git.webkit.org/WebKit.git
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-17 14:12 PDT by Jeff Johnson
Modified: 2009-12-20 07:30 PST (History)
1 user (show)

See Also:


Attachments
Example .gitignore file (161 bytes, text/plain)
2009-05-17 14:12 PDT, Jeff Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Johnson 2009-05-17 14:12:12 PDT
For those using git with WebKit and have cloned the git repository git://git.webkit.org/WebKit.git, I think it would be useful to add a .gitignore file. I've attached an example file that could be used for this.

My example has Mac-related ignores, so you might want to make some additions for other platforms.
Comment 1 Jeff Johnson 2009-05-17 14:12:57 PDT
Created attachment 30425 [details]
Example .gitignore file
Comment 2 Mark Rowe (bdash) 2009-05-17 22:59:39 PDT
Since we use SVN as our version control system I don't think it's a great idea to clutter up the tree with dot files related to a different system.  To avoid this problem yourself you can put entries in $GIT_DIR/info/exclude, which functions as an ignore file for your own repository.
Comment 3 Jeff Johnson 2009-12-20 07:30:57 PST
I just discovered that this was implemented in <http://trac.webkit.org/changeset/50325> for https://bugs.webkit.org/show_bug.cgi?id=30951

I should note that nobody notified me of this. Also, the WebKit team should review its policy of closing bugs as WONTFIX. If you close a bug as WONTFIX and then actually fix the bug several months later without even reopening the original bug, something is wrong with the procedure.

*** This bug has been marked as a duplicate of bug 30951 ***