diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-07-10 11:03:19 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-21 00:13:21 +0200 |
commit | 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0 (patch) | |
tree | f832202519d4077e8ca735948198691f054fe968 /examples/.gitignore | |
parent | b220c64d86f7c705a183302c3b50076d7e5d876c (diff) | |
download | u-boot-imx-1bc1538613d66cef3cbce680fc8d7c3561a0fbd0.zip u-boot-imx-1bc1538613d66cef3cbce680fc8d7c3561a0fbd0.tar.gz u-boot-imx-1bc1538613d66cef3cbce680fc8d7c3561a0fbd0.tar.bz2 |
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/.gitignore')
-rw-r--r-- | examples/.gitignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/.gitignore b/examples/.gitignore deleted file mode 100644 index 0d1864c..0000000 --- a/examples/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/82559_eeprom -/hello_world -/interrupt -/mem_to_mem_idma2intr -/test_burst -/timer -/sched -/smc91111_eeprom -/smc911x_eeprom -*.bin -*.srec |