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