From: Adrian Schmutzler Date: Tue, 5 Nov 2019 12:05:29 +0000 (+0100) Subject: gitignore: ignore patches in OpenWrt root directory X-Git-Tag: v1.5.0~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0db57407ab605968e568c4f0d23cc34e82afcc9b;p=librecmc%2Flibrecmc.git gitignore: ignore patches in OpenWrt root directory This will have GIT ignore patches in root directory, as created when using "git format-patch". Signed-off-by: Adrian Schmutzler (cherry picked from commit 2c5413559880c54c5eec980121febfe6c7cd287a) --- diff --git a/.gitignore b/.gitignore index 9c6936a597..7025757407 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /overlay /package/feeds /package/openwrt-packages +/*.patch key-build* *.orig *.rej