* [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
* Re: [PATCH] gitignore: ignore *.pyc in lib/oe
2010-04-28 7:39 [PATCH] gitignore: ignore *.pyc in lib/oe Martin Jansa
@ 2010-04-28 9:17 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2010-04-28 9:17 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Acked-By: Koen Kooi <k-kooi@ti.com>
On 28-04-10 09:39, Martin Jansa wrote:
> * 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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFL1/0rMkyGM64RGpERAum7AJ9qH7DF/enq/IlGqeeW5p6Z301BMwCfV2bm
uq/V9zj+LCNM6KyJsuDqY1w=
=CsLJ
-----END PGP SIGNATURE-----
^ permalink raw reply [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.