diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-11 23:07:57 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-11 23:07:57 +1000 |
commit | 4b3c6290678a6b812179deb23eb23cb0632a09ff (patch) | |
tree | 97ec0498fd68c1419a317e0ee60c437eec65a9c0 | |
parent | abde0fa2267f9062b28c3c015d7662a550125cc6 (diff) |
.gitattributes: Remove special text handling of stm32 usbdev files.
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 133e2625c..fdd31021f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,8 +16,6 @@ tests/basics/string_cr_conversion.py -text tests/basics/string_crlf_conversion.py -text ports/stm32/pybcdc.inf_template -text -ports/stm32/usbd_* -text -ports/stm32/usbdev/** -text ports/stm32/usbhost/** -text ports/cc3200/hal/aes.c -text ports/cc3200/hal/aes.h -text |