mirror of
https://github.com/curl/curl.git
synced 2026-08-14 22:13:38 +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
16
src/.gitignore
vendored
16
src/.gitignore
vendored
|
|
@ -1,13 +1,13 @@
|
|||
*.a
|
||||
*.nlm
|
||||
*.res
|
||||
Makefile.vc10.dist
|
||||
Makefile.vc8.dist
|
||||
Makefile.vc9.dist
|
||||
config-win32.h
|
||||
curl
|
||||
curl_config.h
|
||||
curl_config.h.in
|
||||
tool_hugehelp.c
|
||||
stamp-h2
|
||||
Makefile.vc8.dist
|
||||
Makefile.vc9.dist
|
||||
tool_hugehelp.c
|
||||
tool_version.h.dist
|
||||
Makefile.vc10.dist
|
||||
config-win32.h
|
||||
*.a
|
||||
*.res
|
||||
*.nlm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue