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 /lib/.gitignore | |
parent | 5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (diff) |
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index e289640c6..965c5598d 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,15 +1,15 @@ -curl_config.h -curl_config.h.in -stamp-h1 +*.a +*.imp +*.nlm *.orig *.rej -TAGS +*.res +Makefile.vc10.dist Makefile.vc8.dist Makefile.vc9.dist +TAGS +curl_config.h +curl_config.h.in libcurl.plist.dist -Makefile.vc10.dist libcurl.vers -*.a -*.res -*.imp -*.nlm +stamp-h1 |