[PATCH BlueZ] build: Ignore the test-sdp-xml binary
George Kiagiadakis <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
unit/test-sdp-xml has been built by make check ever since the test was
added, but was never added to .gitignore, so it shows up as untracked.
Fixes: e55ff8818f72 ("unit: Add test for sdp_xml_parse_record()")
Assisted-by: Claude:claude-opus-5
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index c5efe8536..bfebed6cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,7 @@ unit/test-crc
unit/test-textfile
unit/test-gdbus-client
unit/test-sdp
+unit/test-sdp-xml
unit/test-lib
unit/test-mgmt
unit/test-uhid
base-commit: c73fa2f9ae2d366cb8a4f101fa9a5ccd9f33a4ea
--
2.54.0 (Apple Git-157)