From 900e6266d40f656b7a80a28c94851ca64b3e011a Mon Sep 17 00:00:00 2001 From: Dhaval Khandla Date: Fri, 18 Aug 2023 15:58:26 +0530 Subject: [PATCH] am64x/am243x/am263x: Update the gitignore file - Add .repo and mcupsdk_setup folders in .gitignore Fixes: PINDSW-6511 Signed-off-by: Dhaval Khandla --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87c1aaa..44c7dfb 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,6 @@ source/position_sense/endat/firmware/*.b00 source/position_sense/endat/firmware/*.xml !*boardcfg_*.bin mcu_plus_sdk -ind_comms_sdk \ No newline at end of file +ind_comms_sdk +.repo/* +mcupsdk_setup \ No newline at end of file