All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: ignore *.lzo files
@ 2010-03-17 18:52 Philipp Kohlbecher
  2010-03-23 11:34 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Kohlbecher @ 2010-03-17 18:52 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel

Ignore files compressed with lzop.

Signed-off-by: Philipp Kohlbecher <xt28@gmx.de>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index a2939fc..8faa6c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ modules.builtin
 *.gz
 *.bz2
 *.lzma
+*.lzo
 *.patch
 *.gcno

-- 
1.7.0.2

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

* Re: [PATCH] .gitignore: ignore *.lzo files
  2010-03-17 18:52 [PATCH] .gitignore: ignore *.lzo files Philipp Kohlbecher
@ 2010-03-23 11:34 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2010-03-23 11:34 UTC (permalink / raw)
  To: Philipp Kohlbecher; +Cc: linux-kbuild, linux-kernel

On 17.3.2010 19:52, Philipp Kohlbecher wrote:
> Ignore files compressed with lzop.
> 
> Signed-off-by: Philipp Kohlbecher <xt28@gmx.de>

Applied, thanks.

Michal

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

end of thread, other threads:[~2010-03-23 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-17 18:52 [PATCH] .gitignore: ignore *.lzo files Philipp Kohlbecher
2010-03-23 11:34 ` Michal Marek

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.