From 9c49e540ab002491fee82669caf73d3525a6d864 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 13 Sep 2019 11:23:48 +0100 Subject: [PATCH] git: ignore patch files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1ca2859e..99404cb7 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,12 @@ hooks/50-ypbind # Ignore distribution dhcpcd*.xz* +# Ignore patch files +*.diff +*.patch +*.orig +*.rej + # Ignore swap files *.swp -- 2.47.2