.gitignore: ignore patch files
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>
Mon, 8 Apr 2013 09:48:46 +0000 (11:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Apr 2013 20:16:48 +0000 (22:16 +0200)
This commit adds a line to .gitignore to the effect that patch files
generated by 'git format-patch' are excluded from the repository.

.gitignore

index 19a0eae..0b1087a 100644 (file)
@@ -82,3 +82,4 @@ ares_timeout.pdf
 ares_version.pdf
 c-ares-*.tar.gz.asc
 ares_parse_mx_reply.pdf
+/[0-9]*.patch