From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Giometti Date: Tue, 30 May 2006 17:10:47 +0200 Subject: [U-Boot-Users] [PATCH] .gitignore files Message-ID: <20060530151047.GD21734@enneenne.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, let me propose to use these .gitignore files in order to better read "git status" output. Ciao, Rodolfo -- GNU/Linux Solutions e-mail: giometti at enneenne.com Linux Device Driver giometti at gnudd.com Embedded Systems giometti at linux.it UNIX programming phone: +39 349 2432127 -------------- next part -------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..904490d --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# Normal rules +# +.* +*.o +*.a +*.bin +*.srec + +# +# Top-level generic files +# +u-boot* +System.map + +# +# Generated include files +# +include/asm +include/asm-*/arch +include/config.mk +include/config.h +include/version_autogenerated.h + +# stgit generated dirs +patches-* + +# +# Quilt +# +patches diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..4c82788 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,4 @@ +# +# Generated files +# +hello_world diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..8579bac --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,11 @@ +# +# Generated files +# +crc32.c +environment.c +bmp_logo +envcrc +gen_eth_addr +img2srec +inca-swap-bytes +mkimage