Bug 52618

Summary: Update .gitignore file for gtk
Product: WebKit Reporter: Hayato Ito <hayato>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
fix-gitignore-for-gtk none

Description Hayato Ito 2011-01-18 03:56:36 PST
When building gtk port, git will always list the following untracked files.

> git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       Source/WebKit/gtk/docs/GNUmakefile.in
nothing added to commit but untracked files present (use "git add" to track)

We need to update .gitignore file to reflect a recent WebKit directory movement.
Comment 1 Hayato Ito 2011-01-18 04:01:56 PST
Created attachment 79259 [details]
fix-gitignore-for-gtk
Comment 2 Hayato Ito 2011-01-18 04:19:45 PST
Comment on attachment 79259 [details]
fix-gitignore-for-gtk

Clearing flags on attachment: 79259

Committed r76015: <http://trac.webkit.org/changeset/76015>
Comment 3 Hayato Ito 2011-01-18 04:19:53 PST
All reviewed patches have been landed.  Closing bug.