From 9518139c73452251b5ea4371d41cc3fa4532a0f9 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Tue, 18 Aug 2015 01:03:05 -0400 Subject: gitignore: Sort for readability find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' --- tests/.gitignore | 8 ++++---- tests/libtest/.gitignore | 2 +- tests/server/.gitignore | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore index ef7ce119b..224e1923c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,4 +1,5 @@ -log +*pid +configurehelp.pm curl_client_key curl_client_key.pub curl_client_knownhosts @@ -8,10 +9,9 @@ curl_sftp_cmds curl_sftp_config curl_ssh_config curl_sshd_config -*pid -stunnel.conf +log runtests.html runtests.pdf +stunnel.conf testcurl.html testcurl.pdf -configurehelp.pm diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index c33a6d29e..ab8b8db67 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -1,7 +1,7 @@ chkhostname -lib5[0-9][0-9] lib15[0-9][0-9] lib19[0-9][0-9] lib2033 +lib5[0-9][0-9] libauthretry libntlmconnect diff --git a/tests/server/.gitignore b/tests/server/.gitignore index 8007bec8b..497783b82 100644 --- a/tests/server/.gitignore +++ b/tests/server/.gitignore @@ -1,7 +1,7 @@ +fake_ntlm getpart resolve rtspd sockfilt sws tftpd -fake_ntlm -- cgit v1.2.3