diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-06-11 09:12:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | b719f3ff63f792e3722a79d6d502fd4cbe8e61c8 (patch) | |
tree | a27df64b4dcbab44225cb815938fdd47d6cf890f /.gitignore | |
parent | f2bf7fa48a5e602945577179b12c88bf602577f6 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
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 @@ | |||
1 | *.pyc | ||
2 | *.pyo | ||
1 | /*.patch | 3 | /*.patch |
2 | *.swp | 4 | *.swp |
3 | *.orig | 5 | *.orig |