[oe] [meta-qt5][PATCH] Add .gitignore to ignore .pyc/.pyo files

Paul Eggleton paul.eggleton at linux.intel.com
Mon Feb 29 22:27:36 UTC 2016


Since we just added lib/ containing python modules, we should really
ignore any compiled python objects since they will be produced if the
code is executed.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..52e4e61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+*.pyo
-- 
2.5.0




More information about the Openembedded-devel mailing list