[oe-commits] Tom Rini : .gitignore: Add .pyo files, expand contrib mask

git version control git at git.openembedded.org
Thu Oct 14 19:02:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a527c04a255f7e0eaad000d4cd38d00d01a82a04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a527c04a255f7e0eaad000d4cd38d00d01a82a04

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Oct 14 11:36:25 2010 -0700

.gitignore: Add .pyo files, expand contrib mask

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 .gitignore |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1237086..00b6ce1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
 *.sw?
 *~
 lib/oe/*.pyc
-contrib/oeaudit/*.pyc
+lib/oe/*.pyo
+contrib/*/*.pyc
+contrib/*/*.pyo





More information about the Openembedded-commits mailing list