From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 03 Apr 2009 16:56:57 -0500 Subject: [U-Boot] [RFC 3/5] Add NAND SPL entries to gitignore. In-Reply-To: References: <3f23402bd761f5892b6bbf2e3110b08b4e44982d.1238792177.git.lilja.magnus@gmail.com> <305e0f2d31a42c6c63065ac939be11ec0e26dca4.1238792177.git.lilja.magnus@gmail.com> Message-ID: <49D68629.7010003@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Magnus Lilja wrote: > 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 Hmm, can we create a directory for board-specific temporary files to go, so we don't need board-specific stuff in .gitignore? Or better, add some makefile rules so we can produce nand_spl versions of .o files without having to symlink the source anywhere. -Scott