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/VC7/src/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/Windows/VC7/src') diff --git a/projects/Windows/VC7/src/.gitignore b/projects/Windows/VC7/src/.gitignore index d884acc2f..bc5806a59 100644 --- a/projects/Windows/VC7/src/.gitignore +++ b/projects/Windows/VC7/src/.gitignore @@ -1,2 +1,2 @@ -/*.vcproj /*.ncb +/*.vcproj -- cgit v1.2.3