Browse Source

Treat .bin files as hex in diff.

Бранимир Караџић 3 years ago
parent
commit
d9191fc3c9
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .gitattributes

+ 5 - 4
.gitattributes

@@ -1,11 +1,12 @@
+*.bin binary diff=hex
 *.c   eol=lf
 *.cpp eol=lf
 *.h   eol=lf
-*.sc  eol=lf
-*.sh  eol=lf
+*.lua eol=lf
 *.m   eol=lf
-*.mm  eol=lf
 *.md  eol=lf
-*.lua eol=lf
 *.mk  eol=lf
+*.mm  eol=lf
+*.sc  eol=lf
+*.sh  eol=lf
 makefile eol=lf