From da7c027f1c3ccc5ef819da9ffaf04157b03d8aa8 Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Sat, 11 Nov 2017 19:02:12 +0100 Subject: Improved gitignores for patch submitting In order to ease the patch submitting process, *.patch was added as per Linux kernel's .gitignore. Test cache directory was also added in its own gitignore (as per kernel's recommendation on .gitignore location). --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c4a1497f..4eb61d66 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ *~ *.swp *.mo +*.patch # The legacy of buildout .installed.cfg -- cgit v1.2.3