| Message ID | 20260108-ignore-bitbake-builds-v1-1-f7a993e9059f@pbarker.dev |
|---|---|
| State | New |
| Headers | show |
| Series | gitignore: Ignore bitbake-builds directory | expand |
On Thu, 8 Jan 2026 at 13:23, Paul Barker via lists.openembedded.org <paul=pbarker.dev@lists.openembedded.org> wrote: > > Running `./bin/bitbake-setup init ...` in the bitbake directory with the > default bitbake-setup configuration creates a bitbake-builds directory. > Add this to .gitignore so it's not tracked. > > Signed-off-by: Paul Barker <paul@pbarker.dev> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index fbf9eb2031c8..8152f617e72b 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -3,6 +3,7 @@ > *~ > pyshtables.py > /doc/manual/html/ > +/bitbake-builds/ Perhaps it should be ignored across the whole bitbake tree? **/bitbake-builds/ Alex
On Thu, 2026-01-08 at 13:27 +0100, Alexander Kanavin via lists.openembedded.org wrote: > On Thu, 8 Jan 2026 at 13:23, Paul Barker via lists.openembedded.org > <paul=pbarker.dev@lists.openembedded.org> wrote: > > > > Running `./bin/bitbake-setup init ...` in the bitbake directory with the > > default bitbake-setup configuration creates a bitbake-builds directory. > > Add this to .gitignore so it's not tracked. > > > > Signed-off-by: Paul Barker <paul@pbarker.dev> > > --- > > .gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/.gitignore b/.gitignore > > index fbf9eb2031c8..8152f617e72b 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -3,6 +3,7 @@ > > *~ > > pyshtables.py > > /doc/manual/html/ > > +/bitbake-builds/ > > Perhaps it should be ignored across the whole bitbake tree? > > **/bitbake-builds/ I've sent a v2. Best regards,
diff --git a/.gitignore b/.gitignore index fbf9eb2031c8..8152f617e72b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *~ pyshtables.py /doc/manual/html/ +/bitbake-builds/ /build/ /bin/bitbakec *.swp
Running `./bin/bitbake-setup init ...` in the bitbake directory with the default bitbake-setup configuration creates a bitbake-builds directory. Add this to .gitignore so it's not tracked. Signed-off-by: Paul Barker <paul@pbarker.dev> --- .gitignore | 1 + 1 file changed, 1 insertion(+) --- base-commit: 6e511d035a3d1e4129dab7b0dfbf216bd8e99b47 change-id: 20260108-ignore-bitbake-builds-dc8108e7b05b Best regards,