20 Aug 04:40
[PATCH] Blackfin: fix/update .gitignore files
From: Mike Frysinger <vapier <at> gentoo.org>
Subject: [PATCH] Blackfin: fix/update .gitignore files
Newsgroups: gmane.linux.kernel
Date: 2008-08-20 02:42:33 GMT
Subject: [PATCH] Blackfin: fix/update .gitignore files
Newsgroups: gmane.linux.kernel
Date: 2008-08-20 02:42:33 GMT
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 <at> gentoo.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 @@(Continue reading)
RSS Feed