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/VC14/src/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/Windows/VC14/src/.gitignore') diff --git a/projects/Windows/VC14/src/.gitignore b/projects/Windows/VC14/src/.gitignore index 70c04b940..3409a4ca3 100644 --- a/projects/Windows/VC14/src/.gitignore +++ b/projects/Windows/VC14/src/.gitignore @@ -1,5 +1,5 @@ -/*.vcxproj /*.filters /*.opensdf /*.sdf -/.vs \ No newline at end of file +/*.vcxproj +/.vs -- cgit v1.2.3