[U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.
Magnus Lilja
lilja.magnus at gmail.com
Fri Apr 3 23:28:02 CEST 2009
---
.gitignore | 1 +
nand_spl/.gitignore | 7 +++++++
2 files changed, 8 insertions(+), 0 deletions(-)
create mode 100644 nand_spl/.gitignore
diff --git a/.gitignore b/.gitignore
index e13fc96..6c7406d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@
/u-boot.ldr.srec
/u-boot-onenand.bin
/u-boot-flexonenand.bin
+/u-boot-nand.bin
#
# Generated files
diff --git a/nand_spl/.gitignore b/nand_spl/.gitignore
new file mode 100644
index 0000000..af5f02b
--- /dev/null
+++ b/nand_spl/.gitignore
@@ -0,0 +1,7 @@
+# NAND-SPL files
+/u-boot-spl
+/u-boot-spl-aligned.bin
+/u-boot-spl.bin
+/u-boot-spl.map
+/board/imx31_phycore/nand_boot_mx31.c
+/board/imx31_phycore/*.S
--
1.5.6
More information about the U-Boot
mailing list