diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-03-12 22:10:31 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-03-12 22:10:31 +0100 | 
| commit | 1bb1809558e11eb089fba32caed9fc99d21477c1 (patch) | |
| tree | 17b9d663cf72b0c05c0c712c05f450ed5be9c774 | |
| parent | 9c9cbe78dcb0afad081670cb1bdc82d227095cae (diff) | |
| download | olio-uboot-2014.01-1bb1809558e11eb089fba32caed9fc99d21477c1.tar.xz olio-uboot-2014.01-1bb1809558e11eb089fba32caed9fc99d21477c1.zip | |
Update .gitignore's: add some generated files
Signed-off-by: Wolfgang Denk <wd@denx.de>
| -rw-r--r-- | cpu/mpc824x/.gitignore | 1 | ||||
| -rw-r--r-- | examples/standalone/.gitignore | 5 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/cpu/mpc824x/.gitignore b/cpu/mpc824x/.gitignore new file mode 100644 index 000000000..2d79931e9 --- /dev/null +++ b/cpu/mpc824x/.gitignore @@ -0,0 +1 @@ +/bedbug_603e.c diff --git a/examples/standalone/.gitignore b/examples/standalone/.gitignore index 7b783fc21..4d9ce6640 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 |