.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>
This commit is contained in:
Qi.Chen@windriver.com 2019-06-11 09:12:51 +08:00 committed by Khem Raj
parent f2bf7fa48a
commit b719f3ff63

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.pyc
*.pyo
/*.patch /*.patch
*.swp *.swp
*.orig *.orig