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/lib/.gitignore | 2 +- projects/Windows/VC14/src/.gitignore | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'projects/Windows/VC14') diff --git a/projects/Windows/VC14/lib/.gitignore b/projects/Windows/VC14/lib/.gitignore index ea4b22bfb..3409a4ca3 100644 --- a/projects/Windows/VC14/lib/.gitignore +++ b/projects/Windows/VC14/lib/.gitignore @@ -1,5 +1,5 @@ -/*.vcxproj /*.filters /*.opensdf /*.sdf +/*.vcxproj /.vs 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