diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2023-05-22 11:04:22 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2023-06-01 11:29:25 +0300 |
commit | 3389c7fbbaf65708c3ad73158b2da17020b122f3 (patch) | |
tree | 52e8e12c3b245fde585267cf09059a06c12d301b | |
parent | 6806dc46a00ce3a45a3a277fafbe106e706a994c (diff) | |
download | libmicrohttpd-3389c7fbbaf65708c3ad73158b2da17020b122f3.tar.gz libmicrohttpd-3389c7fbbaf65708c3ad73158b2da17020b122f3.zip |
.gitignore: force include all *.{c,h} files
-rw-r--r-- | src/testcurl/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcurl/.gitignore b/src/testcurl/.gitignore index 34ea21f0..fde1485b 100644 --- a/src/testcurl/.gitignore +++ b/src/testcurl/.gitignore | |||
@@ -178,3 +178,5 @@ core | |||
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_] | 180 | test_*[a-z0-9_][a-z0-9_][a-z0-9_] |
181 | !*.c | ||
182 | !*.h | ||