[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906101825.10474.arnej@ampheus.de>
Date: Wed, 10 Jun 2009 18:25:10 +0200
From: Arne Janbu <arnej@...heus.de>
To: linux-kernel@...r.kernel.org
Subject: Ignore *.lzma files
>From 71cc682035dacd31b11666edf910afb6a4201da4 Mon Sep 17
00:00:00 2001
From: Arne Janbu <arnej@...heus.de>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists