From 5a4f7f46a569f7251b51a8b2199603af75782c83 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 22 Nov 2013 23:28:35 +0600 Subject: [PATCH] Ignore *.patch and *.diff files which are in the working tree root --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d4e04b64dca..e0228f27ced 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ Desktop.ini /blender.bin /user-config.py +# local patches +/*.patch +/*.diff