Ignore *.lzma files

From: Arne Janbu
Date: Wed Jun 10 2009 - 12:30:37 EST


>From 71cc682035dacd31b11666edf910afb6a4201da4 Mon Sep 17
00:00:00 2001
From: Arne Janbu <arnej@xxxxxxxxxx>
Date: Wed, 10 Jun 2009 17:16:42 +0200
Subject: [PATCH] Add *.lzma to .gitignore

---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 51bd99d..faa8b4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
*.elf
*.bin
*.gz
+*.lzma

#
# Top-level generic files
--
1.6.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/