- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Open
Labels
A-licensingArea: Compiler licensingArea: Compiler licensingC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
An untracked file is almost certainly just garbage lying around from e.g. test output and shouldn't be included in the license report.
Here's an example that went wrong:
diff --git a/license-metadata.json b/license-metadata.json
index df38c560a69..db757dd7592 100644
--- a/license-metadata.json
+++ b/license-metadata.json
@@ -474,6 +474,24 @@
             "name": "TRADEMARK.md",
             "type": "file"
           },
+          {
+            "directories": [],
+            "files": [
+              "all-covered-functions.txt",
+              "diff-backports.sh",
+              "expected-functions.txt",
+              "function-diff.txt",
+              "merged.profdata",
+              "missing-functions.txt"
+            ],
+            "license": {
+              "copyright": [
+                "NONE"
+              ],
+              "spdx": "NONE"
+            },
+            "type": "group"
+          },
           {
             "license": {
               "copyright": [
Metadata
Metadata
Assignees
Labels
A-licensingArea: Compiler licensingArea: Compiler licensingC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)