diff mbox series

[meta-yocto] meta-yocto: add .gitignore file

Message ID 20251224030418.3628833-1-Qi.Chen@windriver.com (mailing list archive)
State New
Headers show
Series [meta-yocto] meta-yocto: add .gitignore file | expand

Commit Message

ChenQi Dec. 24, 2025, 3:04 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

The contents are a direct copy of the .gitignore in meta-openembedded.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c01df45
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@ 
+*.pyc
+*.pyo
+/*.patch
+*.swp
+*.orig
+*.rej
+*~