From 111188ddb3d3463834f2c423f19a95c648ec676e Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Fri, 3 Feb 2023 10:08:28 +0100 Subject: [PATCH] Added the KiCad backup folder to the .gitignore file --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d534f78..f75a164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ -#Exclude the W800 SDK bin folder from the project +#Exclude the W800 SDK bin folder from the the git repository src/W800 SDK v1.00.08/bin/ -#Exclude the lvgl simulator bin and obj folders from the project +#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 \ No newline at end of file +src/lvgl_win_sim/lv_port_win_codeblocks/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