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 '{}' '{}' --- projects/Windows/VC8/src/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/Windows/VC8/src') diff --git a/projects/Windows/VC8/src/.gitignore b/projects/Windows/VC8/src/.gitignore index 6cd62ca81..431cf47c1 100644 --- a/projects/Windows/VC8/src/.gitignore +++ b/projects/Windows/VC8/src/.gitignore @@ -1,4 +1,4 @@ -/*.vcproj -/*.user /*.ncb /*.suo +/*.user +/*.vcproj -- cgit v1.2.3