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

24
lib/.gitignore vendored
View file

@ -1,15 +1,15 @@
curl_config.h
curl_config.h.in
stamp-h1
*.orig
*.rej
TAGS
Makefile.vc8.dist
Makefile.vc9.dist
libcurl.plist.dist
Makefile.vc10.dist
libcurl.vers
*.a
*.res
*.imp
*.nlm
*.orig
*.rej
*.res
Makefile.vc10.dist
Makefile.vc8.dist
Makefile.vc9.dist
TAGS
curl_config.h
curl_config.h.in
libcurl.plist.dist
libcurl.vers
stamp-h1