Re: [PATCH] gitignore: Ignore python cache directories
Anup Patel <[email protected]> Mon, 15 Jun 2026 10:28:53 +0530
| Newsgroups | org.infradead.lists.opensbi |
|---|---|
| Message-ID | <CAK9=C2VzgR2jSwS0iD-voewELU-+easTZrPavTVJLqzJQJBFEg@mail.gmail.com> |
On Tue, Jun 2, 2026 at 4:59 PM Michael Ellerman <[email protected]> wrote: > > Running ./scripts/Kconfiglib/setconfig.py leaves the tree with untracked > files: > > Untracked files: > (use "git add <file>..." to include in what will be committed) > scripts/Kconfiglib/__pycache__/ > > Add __pycache__ to .gitignore to fix it. > > Signed-off-by: Michael Ellerman <[email protected]> LGTM. Reviewed-by: Anup Patel <[email protected]> Applied this patch to the riscv/opensbi repo. Thanks, Anup > --- > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 94caeb90..fc27e747 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -16,6 +16,9 @@ > build/ > install/ > > +# Python bytecode (e.g. from scripts/Kconfiglib) > +__pycache__ > + > # Development friendly files > tags > cscope* > > --- > base-commit: 547a5bbda7c3ec0096a6c87809851f8c2df047d1 > change-id: 20260602-fix-gitignore-e4ca4a9bed10 > > > -- > opensbi mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/opensbi -- opensbi mailing list [email protected] http://lists.infradead.org/mailman/listinfo/opensbi