[chore] - add additional binary extensions to skip (#2235)

* add additional binary extensions to skip

* remove whl
This commit is contained in:
ahrav 2023-12-20 06:57:23 -08:00 committed by GitHub
parent f5d0f3f366
commit 4a66dddd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ var (
"wav",
"flac",
"webp",
"pdf",
// images
"png",
@ -79,6 +80,9 @@ var (
"vxd": {}, // Virtual device driver in Windows
"sfx": {}, // Self-extracting archive
"bundle": {}, // Mac OS X application bundle
"pyo": {}, // Compiled Python file
"pyc": {}, // Compiled Python file
"sym": {}, // Symbolic link, Unix/Linux
}
)