From b719f3ff63f792e3722a79d6d502fd4cbe8e61c8 Mon Sep 17 00:00:00 2001 From: "Qi.Chen@windriver.com" Date: Tue, 11 Jun 2019 09:12:51 +0800 Subject: .gitignore: add *.pyc and *.pyo .gitignore needs to contain these two items, otherwise, we get unstaged change about meta-oe/lib/oeqa/selftest/cases/__pycache__/ every time we run oe-selftest. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b093583d79..c01df45ecc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.pyc +*.pyo /*.patch *.swp *.orig -- cgit 1.2.3-korg