From 23cfe6b42b8270dc972322cf31ed505f7c2434ea Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 5 Mar 2025 11:54:15 +0100 Subject: [PATCH] tests: Bluetooth: Mark generated qualification file as binaries Those are generated files and shall not be modified to match codestyle requirements. Signed-off-by: Szymon Janc --- tests/bluetooth/qualification/.gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/bluetooth/qualification/.gitattributes diff --git a/tests/bluetooth/qualification/.gitattributes b/tests/bluetooth/qualification/.gitattributes new file mode 100644 index 000000000000..c8553d3077bb --- /dev/null +++ b/tests/bluetooth/qualification/.gitattributes @@ -0,0 +1,6 @@ +# Files generated by Bluetooth Qualification Workspace. +# Those are XML that don't follow Zephyr style guidance but shall +# not be modified since otherwise BT SIG tools are not able to +# import them. Just treat them as binaries. +*.pts binary +*.bqw binary