From: Alexander Klauer Date: Fri, 22 Feb 2013 12:06:55 +0000 (+0100) Subject: repository: ignore patch files generated by git X-Git-Tag: curl-7_30_0~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=217024a6;p=curl repository: ignore patch files generated by git Ignores the patch files generated by the 'git format-patch' command. --- diff --git a/.gitignore b/.gitignore index 678bbccbe..ca7fcee18 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ CHANGES.dist .project .cproject .settings +/[0-9]*.patch