git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d94e9c
)
.gitignore: Add .pyo files, expand contrib mask
author
Tom Rini
<tom_rini@mentor.com>
Thu, 14 Oct 2010 18:36:25 +0000
(11:36 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
1237086
..
00b6ce1
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,4
+1,6
@@
*.sw?
*~
lib/oe/*.pyc
-contrib/oeaudit/*.pyc
+lib/oe/*.pyo
+contrib/*/*.pyc
+contrib/*/*.pyo