diff mbox series

[v4,05/11] gitignore: Ignore temporary staging directory

Message ID 20260624-add-pypi-v8-v4-5-ff499f1fd5a5@windriver.com
State New
Headers show
Series bitbake-setup PyPI Packaging | expand

Commit Message

Rob Woolley June 24, 2026, 5:20 p.m. UTC
This directory gets created automatically by package-bitbake-setup.py
when packaging bitbake-setup for PyPI.

It is a temporary staging directory and should not be added to git.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index a6a256b2c..9a5c4ec49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@  lib/toaster/contrib/tts/backlog.txt
 lib/toaster/contrib/tts/log/*
 lib/toaster/contrib/tts/.cache/*
 lib/bb/tests/runqueue-tests/bitbake-cookerdaemon.log
+packaging_workspace/