Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] .gitignore: ignore *.lzo files

3 views
Skip to first unread message

Philipp Kohlbecher

unread,
Mar 17, 2010, 3:00:02 PM3/17/10
to
Ignore files compressed with lzop.

Signed-off-by: Philipp Kohlbecher <xt...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Michal Marek

unread,
Mar 23, 2010, 7:40:02 AM3/23/10
to
On 17.3.2010 19:52, Philipp Kohlbecher wrote:
> Ignore files compressed with lzop.
>
> Signed-off-by: Philipp Kohlbecher <xt...@gmx.de>

Applied, thanks.

Michal

0 new messages