diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-08-18 01:03:05 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-08-18 01:03:05 -0400 |
commit | 9518139c73452251b5ea4371d41cc3fa4532a0f9 (patch) | |
tree | 14a8dfd8992da6364ced56509eab71485257f60c /tests | |
parent | 5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (diff) | |
download | curl-9518139c73452251b5ea4371d41cc3fa4532a0f9.tar.gz |
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 8 | ||||
-rw-r--r-- | tests/libtest/.gitignore | 2 | ||||
-rw-r--r-- | tests/server/.gitignore | 2 |
3 files changed, 6 insertions, 6 deletions
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 |