[Webkit-unassigned] [Bug 249003] New: [WPE] Add the path of the external cog repository to .gitignore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 18:29:33 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249003

            Bug ID: 249003
           Summary: [WPE] Add the path of the external cog repository to
                    .gitignore
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221209/5f8171a4/attachment.htm>


More information about the webkit-unassigned mailing list