mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
e42b88561a
There is a new command in the shell ('mv' - move/rename files). Also, the shell code was refactored into its own directory (src/shell). The 'help' command in the shell was updated and supports 'help <command>'. There is a new BUILD_ADVANCED_SHELL build time macro that enables the advanced shell features (currently 'cp' with recursion (and other improvements), 'mv' and 'rm').
25 lines
201 B
Plaintext
25 lines
201 B
Plaintext
.build/
|
|
*.hex
|
|
*.elf
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.bin
|
|
*.pyc
|
|
inc/romfiles.h
|
|
*.swp
|
|
.sconf_temp/
|
|
.sconsign.dblite
|
|
config.log
|
|
mux*
|
|
rfs_server*
|
|
doc/dist
|
|
doc/cache
|
|
inc/git_version.h
|
|
*~
|
|
*.*~
|
|
luac.cross*
|
|
sdcard.img
|
|
core
|
|
|