[oe] [meta-java][PATCH 1/9] gitignore: ignore new python byte-code files

André Draszik git at andred.net
Mon Aug 13 10:09:28 UTC 2018


From: André Draszik <andre.draszik at jci.com>

Since we run oeqa tests, we get python byte-code in
the source tree here.

Ignore them to clean-up the git status

Signed-off-by: André Draszik <andre.draszik at jci.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 51a512c..8e5c599 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.bak
 *.orig
+*.pyc
 *.rej
 *.swp
-- 
2.18.0




More information about the Openembedded-devel mailing list