From: leizzer Date: Thu, 22 Sep 2016 04:38:26 +0000 (-0300) Subject: Change .gitignore for ChibiOS X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=d13a1d507676c7d5b665ead80f151581fd9637ff;hp=-c;p=max%2Ftmk_keyboard.git 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. --- d13a1d507676c7d5b665ead80f151581fd9637ff 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