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 /src/.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 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/.gitignore b/src/.gitignore index c7ffcdce5..2207afdfa 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,13 +1,13 @@ +*.a +*.nlm +*.res +Makefile.vc10.dist +Makefile.vc8.dist +Makefile.vc9.dist +config-win32.h curl curl_config.h curl_config.h.in -tool_hugehelp.c stamp-h2 -Makefile.vc8.dist -Makefile.vc9.dist +tool_hugehelp.c tool_version.h.dist -Makefile.vc10.dist -config-win32.h -*.a -*.res -*.nlm |