mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
.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:
parent
f2bf7fa48a
commit
b719f3ff63
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
/*.patch
|
||||
*.swp
|
||||
*.orig
|
||||
|
|
Loading…
Reference in New Issue
Block a user