diff options
author | Seth Michael Larson <seth@python.org> | 2023-12-08 13:46:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 13:46:19 (GMT) |
commit | e6ac25429fa5034ce7c1f04e34ec705ed6e9f522 (patch) | |
tree | d79f4f6333305a67c14e973a35bb6dba73a677c7 | |
parent | ed21d0c1f4bd17b392e24bfd83e652723dad4ddf (diff) | |
download | cpython-e6ac25429fa5034ce7c1f04e34ec705ed6e9f522.zip cpython-e6ac25429fa5034ce7c1f04e34ec705ed6e9f522.tar.gz cpython-e6ac25429fa5034ce7c1f04e34ec705ed6e9f522.tar.bz2 |
gh-112302: Annotate SBOM file as generated in .gitattributes (#112854)
Annotate SBOM file as generated in .gitattributes
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8c37dbb..acfd624 100644 --- a/.gitattributes +++ b/.gitattributes @@ -84,6 +84,7 @@ Lib/keyword.py generated Lib/test/levenshtein_examples.json generated Lib/test/test_stable_abi_ctypes.py generated Lib/token.py generated +Misc/sbom.spdx.json generated Objects/typeslots.inc generated PC/python3dll.c generated Parser/parser.c generated |