浏览代码

gitattributes

euromark 11 年之前
父节点
当前提交
4d1331d49c
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .gitattributes

+ 10 - 0
.gitattributes

@@ -2,3 +2,13 @@
 # Set default behaviour, in case users don't have core.autocrlf set.
 * text=auto
 * text eol=lf
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary
+*.gif binary
+*.ico binary
+*.mo binary
+*.pdf binary
+*.dll binary
+*.exe binary