diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-17 10:27:34 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-17 10:27:34 +1100 |
commit | 30f3bcdd29644a92217d9e16d39b9571b52086b6 (patch) | |
tree | 4cb17d4408488a52ca6e2c65717a8c007e7ac7ab | |
parent | 9214e39b3c43c344b125adbe71f374eb8f1a11c7 (diff) | |
download | micropython-30f3bcdd29644a92217d9e16d39b9571b52086b6.tar.gz micropython-30f3bcdd29644a92217d9e16d39b9571b52086b6.zip |
gitattributes: Remove obsolete lines.
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index bc3a9abf9a..2d53b50e44 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,7 +15,6 @@ # These should also not be modified by git. tests/basics/string_cr_conversion.py -text tests/basics/string_crlf_conversion.py -text -stmhal/startup_stm32f40xx.s -text stmhal/pybcdc.inf_template -text stmhal/usbd_* -text stmhal/boards/*/stm32f4xx_hal_conf.h -text @@ -29,4 +28,3 @@ cc3200/hal/des.c -text cc3200/hal/i2s.c -text cc3200/hal/i2s.h -text cc3200/version.h -text -lib/fatfs/** -text |