[DNX#2006033142000874] [U-Boot-Users] [PATCH 04/04] Add .gitignore files [...]
DENX Support System
support at denx.de
Fri Mar 31 23:50:36 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006033142000874] was created:
<snip>
> * Add .gitignore files to cover generated files.
> Patch by Jon Loeliger 17-Jan-2006
>
> Signed-off-by: Jon Loeliger <jdl at freescale.com>
>
> ---
>
> examples/.gitignore | 9 +++++++++
> tools/.gitignore | 10 ++++++++++
> board/cds/mpc8541cds/.gitignore | 4 ++++
> board/cds/mpc8548cds/.gitignore | 4 ++++
> board/cds/mpc8555cds/.gitignore | 4 ++++
> board/mpc8540ads/.gitignore | 4 ++++
> board/mpc8560ads/.gitignore | 4 ++++
> board/stxxtc/.gitignore | 4 ++++
> 8 files changed, 43 insertions(+), 0 deletions(-)
>
>
> diff --git a/examples/.gitignore b/examples/.gitignore
> new file mode 100644
> index 0000000..f5473ed
> --- /dev/null
> +++ b/examples/.gitignore
> @@ -0,0 +1,9 @@
> +#
> +# Generated files
> +#
> +hello_world
> +hello_world.bin
> +hello_world.srec
> +sched
> +sched.bin
> +sched.srec
> diff --git a/tools/.gitignore b/tools/.gitignore
> new file mode 100644
> index 0000000..76ab6ae
> --- /dev/null
> +++ b/tools/.gitignore
> @@ -0,0 +1,10 @@
> +#
> +# Generated files
> +#
> +bmp_logo
> +crc32.c
> +envcrc
> +environment.c
> +gen_eth_addr
> +img2srec
> +mkimage
> diff --git a/board/cds/mpc8541cds/.gitignore
> b/board/cds/mpc8541cds/.gitignore
> new file mode 100644
> index 0000000..789495f
> --- /dev/null
> +++ b/board/cds/mpc8541cds/.gitignore
> @@ -0,0 +1,4 @@
> +#
> +# Generated files
> +#
> +oftree.c
> diff --git a/board/cds/mpc8548cds/.gitignore
> b/board/cds/mpc8548cds/.gitignore
> new file mode 100644
> index 0000000..789495f
> --- /dev/null
> +++ b/board/cds/mpc8548cds/.gitignore
> @@ -0,0 +1,4 @@
> +#
> +# Generated files
> +#
> +oftree.c
> diff --git a/board/cds/mpc8555cds/.gitignore
> b/board/cds/mpc8555cds/.gitignore
> new file mode 100644
> index 0000000..789495f
> --- /dev/null
> +++ b/board/cds/mpc8555cds/.gitignore
> @@ -0,0 +1,4 @@
> +#
> +# Generated files
> +#
> +oftree.c
> diff --git a/board/mpc8540ads/.gitignore b/board/mpc8540ads/.gitignore
> new file mode 100644
> index 0000000..789495f
> --- /dev/null
> +++ b/board/mpc8540ads/.gitignore
> @@ -0,0 +1,4 @@
> +#
> +# Generated files
> +#
> +oftree.c
> diff --git a/board/mpc8560ads/.gitignore b/board/mpc8560ads/.gitignore
> new file mode 100644
> index 0000000..789495f
> --- /dev/null
> +++ b/board/mpc8560ads/.gitignore
> @@ -0,0 +1,4 @@
> +#
> +# Generated files
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list