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/libtest/.gitignore | |
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/libtest/.gitignore')
-rw-r--r-- | tests/libtest/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |