Re: [PATCH] tools: gitignore: Fix tools/generated path

2023-11-10 Thread Tom Rini
On Thu, Oct 26, 2023 at 04:00:15PM -0500, Sam Protsenko wrote: > 'git status' shows 'tools/generated/' after running the build, which is > wrong. The corresponding .gitignore rule was already added in commit > c623642d29be ("Adjust gitignore for tools/generated/"), but because of > superfluous 'to

[PATCH] tools: gitignore: Fix tools/generated path

2023-10-26 Thread Sam Protsenko
'git status' shows 'tools/generated/' after running the build, which is wrong. The corresponding .gitignore rule was already added in commit c623642d29be ("Adjust gitignore for tools/generated/"), but because of superfluous 'tools/' part it wasn't in effect. Remove incorrect 'tools/' part to fix it