Files
sing-box/.gitattributes
世界 0443becf97 usbip: restore VBoxUSB INF assets corrupted by line-ending normalization
The catalog signature covers the INF bytes; git's CRLF-to-LF
normalization made SetupCopyOEMInfW reject the package with
ERROR_FILE_HASH_NOT_IN_CATALOG, so the drivers could never install.
Restore the pristine upstream bytes and mark both driver asset trees
-text so checkout cannot corrupt them again.
2026-06-10 09:23:04 +08:00

6 lines
250 B
Plaintext

# Signed driver packages: catalog signatures cover the INF bytes, so
# any line-ending normalization corrupts the package (SetupCopyOEMInfW
# fails with ERROR_FILE_HASH_NOT_IN_CATALOG).
common/vboxusb/assets/** -text
common/usbipvhci/assets/** -text