Mark TSC files as binary, not text
This commit is contained in:
parent
406087bebb
commit
35e4c6e766
1 changed files with 4 additions and 1 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -7,4 +7,7 @@
|
||||||
|
|
||||||
# Do not change external files
|
# Do not change external files
|
||||||
external/** -text
|
external/** -text
|
||||||
DoConfig/fltk/** -text
|
DoConfig/fltk/** -text
|
||||||
|
|
||||||
|
# TSC files are not text, but 'git diff' likes to think they are
|
||||||
|
*.tsc binary
|
||||||
|
|
Loading…
Add table
Reference in a new issue