From: leizzer Date: Thu, 22 Sep 2016 04:38:26 +0000 (-0300) Subject: Change .gitignore for ChibiOS X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/d13a1d507676c7d5b665ead80f151581fd9637ff?ds=sidebyside 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. --- 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