[OpenWrt-Devel] [PATCH] gitignore: ignore patches in OpenWrt root directory
Adrian Schmutzler
freifunk at adrianschmutzler.de
Tue Nov 5 07:07:09 EST 2019
This will have GIT ignore patches in root directory, as created
when using "git format-patch".
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
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
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list