24 lines
928 B
Plaintext
24 lines
928 B
Plaintext
#Exclude the W800 SDK bin folder from the the git repository
|
|
src/W800_SDK_v1.00.10/bin/
|
|
src/W800_SDK_v1.00.10/tools/w800/wm_getver.exe
|
|
src/W800_SDK_v1.00.10/tools/w800/w800_secboot.img
|
|
#Exclude generated libs
|
|
src/W800_SDK_v1.00.10/lib/w800/*.a
|
|
#But keep proprietary libs (ie not generated)
|
|
!src/W800_SDK_v1.00.10/lib/w800/libbtcontroller.a
|
|
!src/W800_SDK_v1.00.10/lib/w800/libbtcontroller_br_edr.a
|
|
!src/W800_SDK_v1.00.10/lib/w800/libdsp.a
|
|
!src/W800_SDK_v1.00.10/lib/w800/libwlan.a
|
|
|
|
src/W800_SDK_v1.00.10/.vscode/
|
|
|
|
#Exclude the lvgl simulator bin and obj folders from the the git repository
|
|
src/lvgl_win_sim/lv_port_win_codeblocks/bin
|
|
src/lvgl_win_sim/lv_port_win_codeblocks/obj
|
|
|
|
#Exclude the gadget bridge parser bin and obj folders from the git repository
|
|
src/gadget_bridge_parser/bin/
|
|
src/gadget_bridge_parser/obj/
|
|
|
|
#Exclude the KiCad backup folder from the git repository
|
|
design/KiCad/W800_Smart_Watch/W800_Smart_Watch-backups |