[oe-commits] [meta-openembedded] 52/77: .gitignore: add *.pyc and *.pyo

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 19:24:36 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 523d0a5fb6b7a759d35ed7906a38c5779088dc62
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Tue Jun 11 09:12:51 2019 +0800

    .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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index b093583..c01df45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.pyc
+*.pyo
 /*.patch
 *.swp
 *.orig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list