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 /include | |
parent | 5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (diff) |
gitignore: Sort for readability
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/.gitignore b/include/curl/.gitignore index 8adbe4118..228a961fb 100644 --- a/include/curl/.gitignore +++ b/include/curl/.gitignore @@ -1,4 +1,4 @@ curlbuild.h +curlver.h.dist stamp-h2 stamp-h3 -curlver.h.dist |