Bug 249003
Summary: | [WPE] Add the path of the external cog repository to .gitignore | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WPE WebKit | Assignee: | Carlos Alberto Lopez Perez <clopez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Alberto Lopez Perez
The path Tools/wpe/cog that contains the external checkout of cog appears as untracked files on my WebKit checkout when doing git status, it is a bit annoying
$ git status
On branch main
Your branch is up to date with 'origin/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
Tools/wpe/cog/
nothing added to commit but untracked files present (use "git add" to track)
Let's add it to .gitignore
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/7373
EWS
Committed 257624@main (90e3be3f389b): <https://commits.webkit.org/257624@main>
Reviewed commits have been landed. Closing PR #7373 and removing active labels.