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 '{}' '{}' --- lib/.gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/.gitignore') 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 -- cgit v1.2.3