diff options
-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 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 |