diff options
author | 2014-10-22 10:48:21 +0200 | |
---|---|---|
committer | 2014-10-22 10:48:21 +0200 | |
commit | 03644df172f7b2db1e8ecc76cf90bf0d12e494a9 (patch) | |
tree | 38dbb0303ca611676d9ca788e8a5ef1369c633d6 | |
parent | 793ddb7b7cd4bc14d0c7db5b7f1e3ec090b9ece9 (diff) |
Treat .jed files as binary so they are not converted as text (nw)
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5af4f0b6df5..8ed64ccc8cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto !eol +*.jed binary *.png -text svneol=unset#image/png *.txt svneol=native#text/plain *.xml svneol=native#text/xml |