diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-09-04 14:43:03 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-09-04 14:43:03 +0300 |
commit | 2699d2782011e97cf0b2563dab03d7237fb8fdb6 (patch) | |
tree | 485654f3ce997d33dee0052c84e03f1946c9c844 | |
parent | 0130c23c28a9df8b088117ab9023179bed074179 (diff) | |
download | libmicrohttpd-2699d2782011e97cf0b2563dab03d7237fb8fdb6.tar.gz libmicrohttpd-2699d2782011e97cf0b2563dab03d7237fb8fdb6.zip |
.gitignore: added universal patter to ignore test binaries
-rw-r--r-- | src/microhttpd/.gitignore | 1 | ||||
-rw-r--r-- | src/testcurl/.gitignore | 1 | ||||
-rw-r--r-- | src/testzzuf/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/.gitignore b/src/microhttpd/.gitignore index 8b16c7a9..27d65b7d 100644 --- a/src/microhttpd/.gitignore +++ b/src/microhttpd/.gitignore | |||
@@ -85,3 +85,4 @@ test_postprocessor_md | |||
85 | /test_str_bin_hex | 85 | /test_str_bin_hex |
86 | /test_dauth_userdigest | 86 | /test_dauth_userdigest |
87 | /test_dauth_userhash | 87 | /test_dauth_userhash |
88 | test_*[a-z0-9_][a-z0-9_][a-z0-9_] | ||
diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore index a31cb1ee..34ea21f0 100644 --- a/src/testcurl/.gitignore +++ b/src/testcurl/.gitignore | |||
@@ -177,3 +177,4 @@ core | |||
177 | /test_digestauth2_bind_uri | 177 | /test_digestauth2_bind_uri |
178 | /test_digestauth2_oldapi1_bind_all | 178 | /test_digestauth2_oldapi1_bind_all |
179 | /test_digestauth2_oldapi1_bind_uri | 179 | /test_digestauth2_oldapi1_bind_uri |
180 | test_*[a-z0-9_][a-z0-9_][a-z0-9_] | ||
diff --git a/src/testzzuf/.gitignore b/src/testzzuf/.gitignore index 1de479de..e57a1764 100644 --- a/src/testzzuf/.gitignore +++ b/src/testzzuf/.gitignore | |||
@@ -41,3 +41,4 @@ | |||
41 | /daemontest_get_chunked | 41 | /daemontest_get_chunked |
42 | /daemontest_get11 | 42 | /daemontest_get11 |
43 | *.exe | 43 | *.exe |
44 | test_*[a-z0-9_][a-z0-9_][a-z0-9_] | ||