diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-27 18:37:28 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-27 18:37:28 +0300 |
commit | de58ec9738deebe73a43b9511c8df441c6f81efa (patch) | |
tree | 6d41ae5f27ec23f1cd70995ec6a2127a2fdc5ec1 | |
parent | 2c8f6557e6994d3fe4fa2038f6cb4a4e51caf3a9 (diff) | |
download | qmk_firmware-de58ec9738deebe73a43b9511c8df441c6f81efa.tar.gz qmk_firmware-de58ec9738deebe73a43b9511c8df441c6f81efa.zip |
Set eep files to binary mode
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8fd1fd7525..92dfc3c617 100644 --- a/.gitattributes +++ b/.gitattributes @@ -91,3 +91,4 @@ GRAPHICS # hex files *.hex binary +*.eep binary |