aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC8
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-08-18 01:03:05 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-08-18 01:03:05 -0400
commit9518139c73452251b5ea4371d41cc3fa4532a0f9 (patch)
tree14a8dfd8992da6364ced56509eab71485257f60c /projects/Windows/VC8
parent5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (diff)
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Diffstat (limited to 'projects/Windows/VC8')
-rw-r--r--projects/Windows/VC8/lib/.gitignore4
-rw-r--r--projects/Windows/VC8/src/.gitignore4
2 files changed, 4 insertions, 4 deletions
diff --git a/projects/Windows/VC8/lib/.gitignore b/projects/Windows/VC8/lib/.gitignore
index 6cd62ca81..431cf47c1 100644
--- a/projects/Windows/VC8/lib/.gitignore
+++ b/projects/Windows/VC8/lib/.gitignore
@@ -1,4 +1,4 @@
-/*.vcproj
-/*.user
/*.ncb
/*.suo
+/*.user
+/*.vcproj
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