From 00ca9be8e45f58615918137043fd40047580e512 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Mon, 10 Apr 2023 21:30:23 +0200 Subject: [PATCH] Updated the gitignore file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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