From d13a1d507676c7d5b665ead80f151581fd9637ff Mon Sep 17 00:00:00 2001 From: leizzer Date: Thu, 22 Sep 2016 01:38:26 -0300 Subject: [PATCH] Change .gitignore for ChibiOS I changed the gitignore file to match the chibios.mk declaration. Also it will be easier, you just clone ChibiOS and ChibiOS-Contrib and you don't have to rename nothing. --- tmk_core/tool/chibios/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmk_core/tool/chibios/.gitignore b/tmk_core/tool/chibios/.gitignore index 88bbafe3..6be9cf9e 100644 --- a/tmk_core/tool/chibios/.gitignore +++ b/tmk_core/tool/chibios/.gitignore @@ -1,2 +1,2 @@ -chibios -chibios-contrib +ChibiOS +ChibiOS-Contrib -- 2.39.3