[U-Boot-Users] [PATCH 04/04] Add .gitignore files to cover generated files.

* Add .gitignore files to cover generated files. Patch by Jon Loeliger 17-Jan-2006
Signed-off-by: Jon Loeliger jdl@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 +# +oftree.c diff --git a/board/stxxtc/.gitignore b/board/stxxtc/.gitignore new file mode 100644 index 0000000..789495f --- /dev/null +++ b/board/stxxtc/.gitignore @@ -0,0 +1,4 @@ +# +# Generated files +# +oftree.c
participants (1)
-
Jon Loeliger