diff options
| author | Damien George | 2017-02-17 10:23:14 +1100 |
|---|---|---|
| committer | Damien George | 2017-02-17 10:23:14 +1100 |
| commit | 9214e39b3c43c344b125adbe71f374eb8f1a11c7 (patch) | |
| tree | 78c6792f56db5f0cb133dd8350ae985486a41216 /.gitattributes | |
| parent | 6a11048af1d01c78bdacddadd1b72dc7ba7c6478 (diff) | |
gitattributes: Add .mpy files to list of binary files.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 85bc6fdb8..bc3a9abf9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |
