On 07.09.22 12:05, Viresh Kumar wrote:
Add *.patch entry to .gitignore file to stop showing git generated patches in commands like 'git status'.Signed-off-by: Viresh Kumar <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9f9f18c97d5f..d9a4fd038145 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.gcno *.gcda *.py[ocd] +*.patch TAGS GTAGS GRTAGS
NAK. We have some files named *.patch in our tree (e.g. stubdom/polarssl.patch). Juergen
OpenPGP_0xB0DE9DD628BF132F.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
