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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=217024a6;p=thirdparty%2Fcurl.git 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 678bbccbe0..ca7fcee186 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ CHANGES.dist .project .cproject .settings +/[0-9]*.patch