[yocto] [meta-anaconda][PATCH] .gitignore: add *.pyc and *.pyo

Chen Qi Qi.Chen at windriver.com
Mon Jun 10 18:14:20 PDT 2019


The .gitignore needs to contain these two items, otherwise, we get
unstaged lib/oeqa/selftest/cases/__pycache__/ every time we run
oe-selftest.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index b093583..c01df45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.pyc
+*.pyo
 /*.patch
 *.swp
 *.orig
-- 
2.7.4



More information about the yocto mailing list