[meta-zephyr][PATCH] Add a .gitignore file


Peter Hoyes
 

From: Peter Hoyes <Peter.Hoyes@...>

The oeqa code in meta-zephyr-core/lib/ generates __pycache__ files which
pollute the development environment. Add a .gitignore file to
automatically exclude these files from commits.

Signed-off-by: Peter Hoyes <Peter.Hoyes@...>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bee8a64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+__pycache__
--=20
2.25.1

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.