Re: [PATCH] .gitignore: ignore compile_commands.json globally
From: Andrii Nakryiko
Date: Fri Jun 06 2025 - 17:44:15 EST
On Fri, Jun 6, 2025 at 12:41 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Thu, Jun 5, 2025 at 8:14 PM Andrii Nakryiko <andrii@xxxxxxxxxx> wrote:
> >
> > # Clang's compilation database file
> > -/compile_commands.json
> > +compile_commands.json
>
> Should it be removed from `tools/power/cpupower/.gitignore` then?
yep, can do that in the same patch
>
> Thanks!
>
> Cheers,
> Miguel