aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC14/src/.gitignore
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/VC14/src/.gitignore
parent5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (diff)
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Diffstat (limited to 'projects/Windows/VC14/src/.gitignore')
-rw-r--r--projects/Windows/VC14/src/.gitignore4
1 files changed, 2 insertions, 2 deletions
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