gitattributes: Add .mpy files to list of binary files.
This commit is contained in:
parent
6a11048af1
commit
9214e39b3c
|
@ -10,6 +10,7 @@
|
|||
*.png binary
|
||||
*.jpg binary
|
||||
*.dxf binary
|
||||
*.mpy binary
|
||||
|
||||
# These should also not be modified by git.
|
||||
tests/basics/string_cr_conversion.py -text
|
||||
|
|
Loading…
Reference in New Issue