[Bitbake-dev] [PATCH] .gitignore: ignore *.pyo and lib/bb/pysh/pyshtables.py

Andreas Oberritter obi at opendreambox.org
Mon Jan 17 16:19:30 CET 2011


* python generates pyo files if PYTHONOPTIMIZE is set

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 705be34..c2635c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 *.pyc
+*.pyo
 *~
 /bin/bitbakec
+lib/bb/pysh/pyshtables.py
-- 
1.7.2.3




More information about the bitbake-devel mailing list