From: Adrian Schmutzler Date: Tue, 5 Nov 2019 12:05:29 +0000 (+0100) Subject: gitignore: ignore patches in OpenWrt root directory X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopenwrt.git;a=commitdiff_plain;h=2c5413559880c54c5eec980121febfe6c7cd287a 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 --- diff --git a/.gitignore b/.gitignore index 84e1a9d6d1..6549af83be 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /overlay /package/feeds /package/openwrt-packages +/*.patch key-build* *.orig *.rej