]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Rewrite .gitignore file
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 09:49:56 +0000 (11:49 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Oct 2020 09:54:30 +0000 (12:54 +0300)
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

index 7bbf25ccab1416a35b2fa49cd5a03099661b989b..f3c8ac941d257b3923ba711314048a7d1c31f3c7 100644 (file)
@@ -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