mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
This commit is contained in:
parent
5a136398ed
commit
9518139c73
62
.gitignore
vendored
62
.gitignore
vendored
@ -1,51 +1,51 @@
|
|||||||
.deps
|
*.asc
|
||||||
.libs
|
|
||||||
*.lib
|
|
||||||
*.pdb
|
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
*.obj
|
|
||||||
*.asc
|
|
||||||
.*.swp
|
|
||||||
Debug
|
|
||||||
Release
|
|
||||||
*.exp
|
*.exp
|
||||||
|
*.la
|
||||||
|
*.lib
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.pdb
|
||||||
|
*~
|
||||||
|
.*.swp
|
||||||
|
.cproject
|
||||||
|
.deps
|
||||||
|
.dirstamp
|
||||||
|
.libs
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
/build/
|
||||||
|
/builds/
|
||||||
|
CHANGES.dist
|
||||||
|
Debug
|
||||||
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
Release
|
||||||
|
TAGS
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
aclocal.m4.bak
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
compile
|
||||||
config.cache
|
config.cache
|
||||||
config.guess
|
config.guess
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
|
||||||
libtool
|
|
||||||
ltmain.sh
|
|
||||||
compile
|
|
||||||
curl-config
|
|
||||||
libcurl.pc
|
|
||||||
missing
|
|
||||||
curl-*.tar.gz
|
|
||||||
curl-*.tar.bz2
|
curl-*.tar.bz2
|
||||||
|
curl-*.tar.gz
|
||||||
curl-*.tar.lzma
|
curl-*.tar.lzma
|
||||||
curl-*.zip
|
curl-*.zip
|
||||||
INSTALL
|
curl-config
|
||||||
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
*.o
|
libcurl.pc
|
||||||
*.lo
|
libtool
|
||||||
*.la
|
ltmain.sh
|
||||||
|
missing
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
tags
|
tags
|
||||||
TAGS
|
|
||||||
*~
|
|
||||||
aclocal.m4.bak
|
|
||||||
CHANGES.dist
|
|
||||||
.project
|
|
||||||
.cproject
|
|
||||||
.settings
|
|
||||||
.dirstamp
|
|
||||||
test-driver
|
test-driver
|
||||||
/build/
|
|
||||||
/builds/
|
|
||||||
|
2
include/curl/.gitignore
vendored
2
include/curl/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
curlbuild.h
|
curlbuild.h
|
||||||
|
curlver.h.dist
|
||||||
stamp-h2
|
stamp-h2
|
||||||
stamp-h3
|
stamp-h3
|
||||||
curlver.h.dist
|
|
||||||
|
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
|
*.a
|
||||||
*.res
|
|
||||||
*.imp
|
*.imp
|
||||||
*.nlm
|
*.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
|
||||||
|
4
projects/Windows/VC10/lib/.gitignore
vendored
4
projects/Windows/VC10/lib/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcxproj
|
||||||
|
4
projects/Windows/VC10/src/.gitignore
vendored
4
projects/Windows/VC10/src/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcxproj
|
||||||
|
4
projects/Windows/VC11/lib/.gitignore
vendored
4
projects/Windows/VC11/lib/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcxproj
|
||||||
|
4
projects/Windows/VC11/src/.gitignore
vendored
4
projects/Windows/VC11/src/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcxproj
|
||||||
|
4
projects/Windows/VC12/lib/.gitignore
vendored
4
projects/Windows/VC12/lib/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcxproj
|
||||||
|
4
projects/Windows/VC12/src/.gitignore
vendored
4
projects/Windows/VC12/src/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcxproj
|
||||||
|
2
projects/Windows/VC14/lib/.gitignore
vendored
2
projects/Windows/VC14/lib/.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
|
/*.vcxproj
|
||||||
/.vs
|
/.vs
|
||||||
|
2
projects/Windows/VC14/src/.gitignore
vendored
2
projects/Windows/VC14/src/.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
/*.vcxproj
|
|
||||||
/*.filters
|
/*.filters
|
||||||
/*.opensdf
|
/*.opensdf
|
||||||
/*.sdf
|
/*.sdf
|
||||||
|
/*.vcxproj
|
||||||
/.vs
|
/.vs
|
2
projects/Windows/VC7.1/lib/.gitignore
vendored
2
projects/Windows/VC7.1/lib/.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.vcproj
|
||||||
|
2
projects/Windows/VC7.1/src/.gitignore
vendored
2
projects/Windows/VC7.1/src/.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.vcproj
|
||||||
|
2
projects/Windows/VC7/lib/.gitignore
vendored
2
projects/Windows/VC7/lib/.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
|
/*.vcproj
|
||||||
|
2
projects/Windows/VC7/src/.gitignore
vendored
2
projects/Windows/VC7/src/.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
|
/*.vcproj
|
||||||
|
4
projects/Windows/VC8/lib/.gitignore
vendored
4
projects/Windows/VC8/lib/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcproj
|
||||||
|
4
projects/Windows/VC8/src/.gitignore
vendored
4
projects/Windows/VC8/src/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcproj
|
||||||
|
4
projects/Windows/VC9/lib/.gitignore
vendored
4
projects/Windows/VC9/lib/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcproj
|
||||||
|
4
projects/Windows/VC9/src/.gitignore
vendored
4
projects/Windows/VC9/src/.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/*.vcproj
|
|
||||||
/*.user
|
|
||||||
/*.ncb
|
/*.ncb
|
||||||
/*.suo
|
/*.suo
|
||||||
|
/*.user
|
||||||
|
/*.vcproj
|
||||||
|
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
|
||||||
curl_config.h
|
curl_config.h
|
||||||
curl_config.h.in
|
curl_config.h.in
|
||||||
tool_hugehelp.c
|
|
||||||
stamp-h2
|
stamp-h2
|
||||||
Makefile.vc8.dist
|
tool_hugehelp.c
|
||||||
Makefile.vc9.dist
|
|
||||||
tool_version.h.dist
|
tool_version.h.dist
|
||||||
Makefile.vc10.dist
|
|
||||||
config-win32.h
|
|
||||||
*.a
|
|
||||||
*.res
|
|
||||||
*.nlm
|
|
||||||
|
8
tests/.gitignore
vendored
8
tests/.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
log
|
*pid
|
||||||
|
configurehelp.pm
|
||||||
curl_client_key
|
curl_client_key
|
||||||
curl_client_key.pub
|
curl_client_key.pub
|
||||||
curl_client_knownhosts
|
curl_client_knownhosts
|
||||||
@ -8,10 +9,9 @@ curl_sftp_cmds
|
|||||||
curl_sftp_config
|
curl_sftp_config
|
||||||
curl_ssh_config
|
curl_ssh_config
|
||||||
curl_sshd_config
|
curl_sshd_config
|
||||||
*pid
|
log
|
||||||
stunnel.conf
|
|
||||||
runtests.html
|
runtests.html
|
||||||
runtests.pdf
|
runtests.pdf
|
||||||
|
stunnel.conf
|
||||||
testcurl.html
|
testcurl.html
|
||||||
testcurl.pdf
|
testcurl.pdf
|
||||||
configurehelp.pm
|
|
||||||
|
2
tests/libtest/.gitignore
vendored
2
tests/libtest/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
chkhostname
|
chkhostname
|
||||||
lib5[0-9][0-9]
|
|
||||||
lib15[0-9][0-9]
|
lib15[0-9][0-9]
|
||||||
lib19[0-9][0-9]
|
lib19[0-9][0-9]
|
||||||
lib2033
|
lib2033
|
||||||
|
lib5[0-9][0-9]
|
||||||
libauthretry
|
libauthretry
|
||||||
libntlmconnect
|
libntlmconnect
|
||||||
|
2
tests/server/.gitignore
vendored
2
tests/server/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
|
fake_ntlm
|
||||||
getpart
|
getpart
|
||||||
resolve
|
resolve
|
||||||
rtspd
|
rtspd
|
||||||
sockfilt
|
sockfilt
|
||||||
sws
|
sws
|
||||||
tftpd
|
tftpd
|
||||||
fake_ntlm
|
|
||||||
|
Loading…
Reference in New Issue
Block a user