From 351761e994d7b51d9ee11c1a8a2c7401d46d85ac Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 17 Feb 2023 16:25:33 +0200 Subject: [PATCH] tests: Ignore dpp-ca.py in git status Some of the test cases can use dpp-ca.py symlink to sigma-dut.git. That symlink is not in the repository, so ignore it explicitly in git status. Signed-off-by: Jouni Malinen --- tests/hwsim/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/.gitignore b/tests/hwsim/.gitignore index 25f0f66cf..b197eff5d 100644 --- a/tests/hwsim/.gitignore +++ b/tests/hwsim/.gitignore @@ -1 +1,2 @@ sigma_dut +dpp-ca.py