diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-08-18 01:03:05 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-08-18 01:03:05 -0400 |
commit | 9518139c73452251b5ea4371d41cc3fa4532a0f9 (patch) | |
tree | 14a8dfd8992da6364ced56509eab71485257f60c /.gitignore | |
parent | 5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (diff) | |
download | curl-9518139c73452251b5ea4371d41cc3fa4532a0f9.tar.gz |
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore index 83e750860..a2e7df8b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,51 +1,51 @@ -.deps -.libs -*.lib -*.pdb +*.asc *.dll *.exe +*.exp +*.la +*.lib +*.lo +*.o *.obj -*.asc +*.pdb +*~ .*.swp +.cproject +.deps +.dirstamp +.libs +.project +.settings +/build/ +/builds/ +CHANGES.dist Debug -Release -*.exp +INSTALL Makefile Makefile.in +Release +TAGS aclocal.m4 +aclocal.m4.bak autom4te.cache +compile config.cache config.guess config.log config.status config.sub configure -depcomp -libtool -ltmain.sh -compile -curl-config -libcurl.pc -missing -curl-*.tar.gz curl-*.tar.bz2 +curl-*.tar.gz curl-*.tar.lzma curl-*.zip -INSTALL +curl-config +depcomp install-sh -*.o -*.lo -*.la +libcurl.pc +libtool +ltmain.sh +missing mkinstalldirs tags -TAGS -*~ -aclocal.m4.bak -CHANGES.dist -.project -.cproject -.settings -.dirstamp test-driver -/build/ -/builds/ |