.gitignore: Add .pyo files, expand contrib mask
authorTom Rini <tom_rini@mentor.com>
Thu, 14 Oct 2010 18:36:25 +0000 (11:36 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 14 Oct 2010 19:00:09 +0000 (12:00 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
.gitignore

index 1237086..00b6ce1 100644 (file)
@@ -1,4 +1,6 @@
 *.sw?
 *~
 lib/oe/*.pyc
-contrib/oeaudit/*.pyc
+lib/oe/*.pyo
+contrib/*/*.pyc
+contrib/*/*.pyo