Skip to content

Commit

Permalink
gitignore: ignore patches in OpenWrt root directory
Browse files Browse the repository at this point in the history
This will have GIT ignore patches in root directory, as created
when using "git format-patch".

Signed-off-by: Adrian Schmutzler <[email protected]>
  • Loading branch information
adschm committed Nov 5, 2019
1 parent e6901bf commit 2c54135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/overlay
/package/feeds
/package/openwrt-packages
/*.patch
key-build*
*.orig
*.rej
Expand Down

0 comments on commit 2c54135

Please sign in to comment.