diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-07-10 16:03:19 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-20 22:13:21 (GMT) |
commit | 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0 (patch) | |
tree | f832202519d4077e8ca735948198691f054fe968 /examples/standalone/.gitignore | |
parent | b220c64d86f7c705a183302c3b50076d7e5d876c (diff) | |
download | u-boot-1bc1538613d66cef3cbce680fc8d7c3561a0fbd0.tar.xz |
Move examples/ to examples/standalone
The current files in examples are all standalone application examples,
so put them in their own subdirectory for organizational purposes
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'examples/standalone/.gitignore')
-rw-r--r-- | examples/standalone/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/standalone/.gitignore b/examples/standalone/.gitignore new file mode 100644 index 0000000..0d1864c --- /dev/null +++ b/examples/standalone/.gitignore @@ -0,0 +1,11 @@ +/82559_eeprom +/hello_world +/interrupt +/mem_to_mem_idma2intr +/test_burst +/timer +/sched +/smc91111_eeprom +/smc911x_eeprom +*.bin +*.srec |