diff --git a/.gitignore b/.gitignore index 6a63c10..ad26a14 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,9 @@ src/W800_SDK_v1.00.10/.vscode/ 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 \ No newline at end of file