From 483d49d060a0e73cbd47fa070d1e04485963b8b5 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Mon, 8 Apr 2013 11:48:46 +0200 Subject: .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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 19a0eae..0b1087a 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ ares_timeout.pdf ares_version.pdf c-ares-*.tar.gz.asc ares_parse_mx_reply.pdf +/[0-9]*.patch -- cgit v1.2.3