24 lines
323 B
Plaintext
24 lines
323 B
Plaintext
# .gitignore
|
|
.output/
|
|
bin/
|
|
lib/
|
|
tools/
|
|
# mfgtool/
|
|
.vscode/
|
|
make_flags.txt
|
|
# prepar_vscode.py
|
|
# vscode_cpp_setting.py
|
|
python_script_log.log
|
|
build_log.log
|
|
*.ld
|
|
sp_applet.txt
|
|
# file_exclude.py
|
|
KL3_SG_BUILD_RECORE
|
|
# makefile.cfg
|
|
mailbox_core1.h
|
|
mailbox_core2.h
|
|
plc_core1.h
|
|
bb_cpu.txt
|
|
sec_cpu.txt
|
|
# ReadMe.txt
|
|
build_commands.txt |