.gitignore: ignore patch files

This commit adds a line to .gitignore to the effect that patch files
generated by 'git format-patch' are excluded from the repository.
pull/10/head
Alexander Klauer 12 years ago committed by Daniel Stenberg
parent 1317a1c94b
commit 483d49d060
  1. 1
      .gitignore

1
.gitignore vendored

@ -82,3 +82,4 @@ ares_timeout.pdf
ares_version.pdf
c-ares-*.tar.gz.asc
ares_parse_mx_reply.pdf
/[0-9]*.patch

Loading…
Cancel
Save