gitignore: Sort for readability

find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
This commit is contained in:
Jay Satiro 2015-08-18 01:03:05 -04:00
parent 5a136398ed
commit 9518139c73
23 changed files with 85 additions and 85 deletions

View file

@ -1,2 +1,2 @@
/*.vcproj
/*.ncb
/*.vcproj