diff options
Diffstat (limited to 'tmk_core/tool/mbed/mbed-sdk/.gitattributes')
-rw-r--r-- | tmk_core/tool/mbed/mbed-sdk/.gitattributes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tmk_core/tool/mbed/mbed-sdk/.gitattributes b/tmk_core/tool/mbed/mbed-sdk/.gitattributes new file mode 100644 index 0000000000..05491d6302 --- /dev/null +++ b/tmk_core/tool/mbed/mbed-sdk/.gitattributes @@ -0,0 +1,15 @@ +*.c text +*.cpp text +*.h text +*.s text +*.sct text +*.ld text +*.txt text +*.xml text +*.py text +*.md text +*.json text +*.tmpl text +*.dia binary +*.elf binary +*.bin binary |