diff options
author | Damien George <damien.p.george@gmail.com> | 2017-09-06 13:37:57 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-09-06 13:37:57 +1000 |
commit | a9862b30068fc9df1022f08019fb35aaa5085f64 (patch) | |
tree | bef07a45b7966eb233546a4b77b0b803309dbb96 | |
parent | 1aaba5cabe48fa5168279a51f62124bbfedd5d59 (diff) | |
download | micropython-a9862b30068fc9df1022f08019fb35aaa5085f64.tar.gz micropython-a9862b30068fc9df1022f08019fb35aaa5085f64.zip |
.gitattributes: Add entries for files that will move to ports/ dir.
-rw-r--r-- | .gitattributes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ff8c5ab299..6822bd21c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,3 +26,14 @@ cc3200/hal/des.c -text cc3200/hal/i2s.c -text cc3200/hal/i2s.h -text cc3200/version.h -text +ports/stm32/pybcdc.inf_template -text +ports/stm32/usbd_* -text +ports/stm32/boards/*/stm32f4xx_hal_conf.h -text +ports/stm32/usbdev/** -text +ports/stm32/usbhost/** -text +ports/cc3200/hal/aes.c -text +ports/cc3200/hal/aes.h -text +ports/cc3200/hal/des.c -text +ports/cc3200/hal/i2s.c -text +ports/cc3200/hal/i2s.h -text +ports/cc3200/version.h -text |