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.
Created attachment 79259 [details] fix-gitignore-for-gtk
Comment on attachment 79259 [details] fix-gitignore-for-gtk Clearing flags on attachment: 79259 Committed r76015: <http://trac.webkit.org/changeset/76015>
All reviewed patches have been landed. Closing bug.