[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1219200153-19398-1-git-send-email-vapier@gentoo.org>
Date: Tue, 19 Aug 2008 22:42:33 -0400
From: Mike Frysinger <vapier@...too.org>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Blackfin: fix/update .gitignore files
Not sure what happened in previous .gitignore commit ... maybe it was a
double patch or something ? At any rate, remove bogus leading "+".
Signed-off-by: Mike Frysinger <vapier@...too.org>
---
arch/blackfin/boot/.gitignore | 2 +-
arch/blackfin/kernel/.gitignore | 1 +
include/asm-blackfin/.gitignore | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 arch/blackfin/kernel/.gitignore
diff --git a/arch/blackfin/boot/.gitignore b/arch/blackfin/boot/.gitignore
index 3ae0399..64386a8 100644
--- a/arch/blackfin/boot/.gitignore
+++ b/arch/blackfin/boot/.gitignore
@@ -1 +1 @@
-+vmImage
+vmImage
diff --git a/arch/blackfin/kernel/.gitignore b/arch/blackfin/kernel/.gitignore
new file mode 100644
index 0000000..c5f676c
--- /dev/null
+++ b/arch/blackfin/kernel/.gitignore
@@ -0,0 +1 @@
+vmlinux.lds
diff --git a/include/asm-blackfin/.gitignore b/include/asm-blackfin/.gitignore
index 7858564..fc6ac35 100644
--- a/include/asm-blackfin/.gitignore
+++ b/include/asm-blackfin/.gitignore
@@ -1 +1 @@
-+mach
+mach
--
1.5.6.1
--
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