Bug 49943 - Add Chromium's auto-generated build files to .gitignore
Summary: Add Chromium's auto-generated build files to .gitignore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-22 15:23 PST by Hayato Ito
Modified: 2010-11-24 10:55 PST (History)
0 users

See Also:


Attachments
add-to-gitignore (916 bytes, patch)
2010-11-22 15:25 PST, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2010-11-22 15:23:25 PST
When building Chromium port, git will always list the following untracked files.

# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       Makefile.chromium
#       out/

These files are auto-generated by the chromium-port build process, and should be ignored by git.
Comment 1 Hayato Ito 2010-11-22 15:25:57 PST
Created attachment 74605 [details]
add-to-gitignore
Comment 2 Hayato Ito 2010-11-24 10:55:04 PST
Comment on attachment 74605 [details]
add-to-gitignore

Clearing flags on attachment: 74605

Committed r72688: <http://trac.webkit.org/changeset/72688>
Comment 3 Hayato Ito 2010-11-24 10:55:11 PST
All reviewed patches have been landed.  Closing bug.