From: Jouni Malinen Date: Fri, 17 Feb 2023 14:25:33 +0000 (+0200) Subject: tests: Ignore dpp-ca.py in git status X-Git-Tag: hostap_2_11~1304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=351761e994d7b51d9ee11c1a8a2c7401d46d85ac;p=thirdparty%2Fhostap.git 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 --- 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