mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 06:53:16 +02:00

.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>
8 lines
43 B
Plaintext
8 lines
43 B
Plaintext
*.pyc
|
|
*.pyo
|
|
/*.patch
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|