All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore *.pyc in lib/oe
@ 2010-04-28  7:39 Martin Jansa
  2010-04-28  9:17 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2010-04-28  7:39 UTC (permalink / raw)
  To: openembedded-devel

* seems autogenerated lately and probably not interesting for git
  inclusion

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6fe8a9d..426285b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *.sw?
 *~
+lib/oe/*.pyc
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-28  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-28  7:39 [PATCH] gitignore: ignore *.pyc in lib/oe Martin Jansa
2010-04-28  9:17 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.