mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
This commit is contained in:
parent
5a136398ed
commit
9518139c73
23 changed files with 85 additions and 85 deletions
24
lib/.gitignore
vendored
24
lib/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue