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

git at git.openembedded.org git at git.openembedded.org
Sat Jun 15 23:51:33 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 b719f3ff63f792e3722a79d6d502fd4cbe8e61c8
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