Re: [U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.

2009-04-06 Thread Magnus Lilja
Hi +++ 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 Hmm, can we create a directory for board-specific temporary files to go, so we don't

Re: [U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore.

2009-04-05 Thread Magnus Lilja
Hi 2009/4/3 Scott Wood scottw...@freescale.com: Magnus Lilja wrote: diff --git a/nand_spl/.gitignore b/nand_spl/.gitignore new file mode 100644 index 000..af5f02b --- /dev/null +++ b/nand_spl/.gitignore @@ -0,0 +1,7 @@ +# NAND-SPL files +/u-boot-spl +/u-boot-spl-aligned.bin