[U-Boot] [PATCH] Update .gitignore's: add some generated files

Wolfgang Denk wd at denx.de
Fri Mar 12 22:43:17 CET 2010


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 cpu/mpc824x/.gitignore         |    1 +
 examples/standalone/.gitignore |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 cpu/mpc824x/.gitignore

diff --git a/cpu/mpc824x/.gitignore b/cpu/mpc824x/.gitignore
new file mode 100644
index 0000000..2d79931
--- /dev/null
+++ b/cpu/mpc824x/.gitignore
@@ -0,0 +1 @@
+/bedbug_603e.c
diff --git a/examples/standalone/.gitignore b/examples/standalone/.gitignore
index 7b783fc..4d9ce66 100644
--- a/examples/standalone/.gitignore
+++ b/examples/standalone/.gitignore
@@ -1,12 +1,13 @@
 /82559_eeprom
 /atmel_df_pow2
+/eepro100_eeprom
 /hello_world
 /interrupt
 /mem_to_mem_idma2intr
-/test_burst
-/timer
 /sched
 /smc91111_eeprom
 /smc911x_eeprom
+/test_burst
+/timer
 *.bin
 *.srec
-- 
1.6.6.1



More information about the U-Boot mailing list