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 <freifunk@adrianschmutzler.de>
(cherry picked from commit 2c5413559880c54c5eec980121febfe6c7cd287a)
master
Adrian Schmutzler 5 years ago
parent 112df2ac56
commit 0c9be4f76b
  1. 1
      .gitignore

1
.gitignore vendored

@ -16,6 +16,7 @@
/overlay
/package/feeds
/package/openwrt-packages
/*.patch
key-build*
*.orig
*.rej

Loading…
Cancel
Save