
vapier at gentoo
Apr 16, 2008, 8:24 AM
Post #1 of 1
(26 views)
Permalink
|
|
[PATCH] Blackfin: add include/boot .gitignore files
|
|
Signed-off-by: Mike Frysinger <vapier[at]gentoo.org> --- arch/blackfin/boot/.gitignore | 1 + include/asm-blackfin/.gitignore | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 arch/blackfin/boot/.gitignore create mode 100644 include/asm-blackfin/.gitignore diff --git a/arch/blackfin/boot/.gitignore b/arch/blackfin/boot/.gitignore new file mode 100644 index 0000000..64386a8 --- /dev/null +++ b/arch/blackfin/boot/.gitignore @@ -0,0 +1 @@ +vmImage diff --git a/include/asm-blackfin/.gitignore b/include/asm-blackfin/.gitignore new file mode 100644 index 0000000..fc6ac35 --- /dev/null +++ b/include/asm-blackfin/.gitignore @@ -0,0 +1 @@ +mach -- 1.5.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo[at]vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|