Bug 49943

Summary: Add Chromium's auto-generated build files to .gitignore
Product: WebKit Reporter: Hayato Ito <hayato>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
add-to-gitignore none

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.