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

62
.gitignore vendored
View File

@ -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/

View File

@ -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
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 *.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

View File

@ -1,7 +1,7 @@
/*.vcxproj
/*.filters /*.filters
/*.user
/*.ncb /*.ncb
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
/*.user
/*.vcxproj

View File

@ -1,7 +1,7 @@
/*.vcxproj
/*.filters /*.filters
/*.user
/*.ncb /*.ncb
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
/*.user
/*.vcxproj

View File

@ -1,7 +1,7 @@
/*.vcxproj
/*.filters /*.filters
/*.user
/*.ncb /*.ncb
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
/*.user
/*.vcxproj

View File

@ -1,7 +1,7 @@
/*.vcxproj
/*.filters /*.filters
/*.user
/*.ncb /*.ncb
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
/*.user
/*.vcxproj

View File

@ -1,7 +1,7 @@
/*.vcxproj
/*.filters /*.filters
/*.user
/*.ncb /*.ncb
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
/*.user
/*.vcxproj

View File

@ -1,7 +1,7 @@
/*.vcxproj
/*.filters /*.filters
/*.user
/*.ncb /*.ncb
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.suo /*.suo
/*.user
/*.vcxproj

View File

@ -1,5 +1,5 @@
/*.vcxproj
/*.filters /*.filters
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/*.vcxproj
/.vs /.vs

View File

@ -1,5 +1,5 @@
/*.vcxproj
/*.filters /*.filters
/*.opensdf /*.opensdf
/*.sdf /*.sdf
/.vs /*.vcxproj
/.vs

View File

@ -1,3 +1,3 @@
/*.vcproj
/*.ncb /*.ncb
/*.suo /*.suo
/*.vcproj

View File

@ -1,3 +1,3 @@
/*.vcproj
/*.ncb /*.ncb
/*.suo /*.suo
/*.vcproj

View File

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

View File

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

View File

@ -1,4 +1,4 @@
/*.vcproj
/*.user
/*.ncb /*.ncb
/*.suo /*.suo
/*.user
/*.vcproj

View File

@ -1,4 +1,4 @@
/*.vcproj
/*.user
/*.ncb /*.ncb
/*.suo /*.suo
/*.user
/*.vcproj

View File

@ -1,4 +1,4 @@
/*.vcproj
/*.user
/*.ncb /*.ncb
/*.suo /*.suo
/*.user
/*.vcproj

View File

@ -1,4 +1,4 @@
/*.vcproj
/*.user
/*.ncb /*.ncb
/*.suo /*.suo
/*.user
/*.vcproj

16
src/.gitignore vendored
View File

@ -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
View File

@ -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

View File

@ -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

View File

@ -1,7 +1,7 @@
fake_ntlm
getpart getpart
resolve resolve
rtspd rtspd
sockfilt sockfilt
sws sws
tftpd tftpd
fake_ntlm