aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2019-06-11 09:12:51 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:45:33 -0700
commitb719f3ff63f792e3722a79d6d502fd4cbe8e61c8 (patch)
treea27df64b4dcbab44225cb815938fdd47d6cf890f
parentf2bf7fa48a5e602945577179b12c88bf602577f6 (diff)
downloadmeta-openembedded-contrib-b719f3ff63f792e3722a79d6d502fd4cbe8e61c8.tar.gz
.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 <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b093583d79..c01df45ecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.pyc
+*.pyo
/*.patch
*.swp
*.orig