瀏覽代碼

Treat .bin files as hex in diff.

Бранимир Караџић 3 年之前
父節點
當前提交
d9191fc3c9
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      .gitattributes

+ 5 - 4
.gitattributes

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