[PATCH v6 10/15] tests: rewrite .gitignore file

Johannes Berg johannes at sipsolutions.net
Fri Sep 18 05:24:56 EDT 2020


From: Johannes Berg <johannes.berg at intel.com>

The file was already outdated again, so rewrite it to ignore
anything but c, h and sh files that start with "test-".

Signed-off-by: Johannes Berg <johannes.berg at intel.com>
---
 tests/.gitignore | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/tests/.gitignore b/tests/.gitignore
index 7bbf25ccab14..f3c8ac941d25 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,16 +1,3 @@
-test-aes
-test-asn1
-test-base64
-test-https
-test-https_server
-test-list
-test-md4
-test-md5
-test-milenage
-test-ms_funcs
-test-printf
-test-rc4
-test-sha1
-test-sha256
-test-x509
-test-x509v3
+test-*
+!test-*.[ch]
+!test-*.sh
-- 
2.26.2




More information about the Hostap mailing list