From 217024a687ce86eb6d2317822ed81c7e5abc4b61 Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Fri, 22 Feb 2013 13:06:55 +0100 Subject: repository: ignore patch files generated by git Ignores the patch files generated by the 'git format-patch' command. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3