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 /examples | |
| 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>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/standalone/.gitignore | 5 | 
1 files changed, 3 insertions, 2 deletions
| 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 |