提交 2cb0d790 authored 作者: Travis Cross's avatar Travis Cross

Treat minified files as binary for git

This prevents e.g. `git log -p` from showing the content changes in
these files by default, which is what we want because line-oriented
diffs of these files are meaningless.
上级 ae32aafb
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
*.jpg -diff binary image *.jpg -diff binary image
*.jpeg -diff binary image *.jpeg -diff binary image
*.pbm -diff binary image *.pbm -diff binary image
*.min.js -diff binary minified
*.min.css -diff binary minified
/clients/flex* dfsg-nonfree /clients/flex* dfsg-nonfree
/debian* debian-ignore /debian* debian-ignore
/freeswitch.xcodeproj debian-ignore /freeswitch.xcodeproj debian-ignore
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论