diff mbox series

[v5,10/15] tests: rewrite .gitignore file

Message ID 1599688875-I2ff315b9889607ed1efb68617224a1a744d61e22@changeid
State Superseded
Headers show
Series build improvements | expand

Commit Message

Johannes Berg Sept. 9, 2020, 10:03 p.m. UTC
From: Johannes Berg <johannes.berg@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@intel.com>
---
 tests/.gitignore | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)
diff mbox series

Patch

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