summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-04-24 12:49:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-24 13:48:58 +0200
commitba7b94b1e74745eb8900ca4cccdec47473fc78f3 (patch)
tree8b8fd4cac9a7e52743fcbc256565588f2cddc834
parent75e8feb6fb08b1e5849f5b05a7e815b234685f16 (diff)
downloadcurl-ba7b94b1e74745eb8900ca4cccdec47473fc78f3.tar.gz
tests/git: ignore mqttd and port files
Closes #5290
-rw-r--r--tests/.gitignore1
-rw-r--r--tests/server/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index abf9aed8c..00f787cc8 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -18,3 +18,4 @@ runtests.html
runtests.pdf
testcurl.html
testcurl.pdf
+*.port \ No newline at end of file
diff --git a/tests/server/.gitignore b/tests/server/.gitignore
index 94329f7da..0f84394c7 100644
--- a/tests/server/.gitignore
+++ b/tests/server/.gitignore
@@ -7,3 +7,4 @@ sws
tftpd
socksd
disabled
+mqttd \ No newline at end of file