diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index f498ce52b0..fd2792b6cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,6 +32,8 @@ *.[dD][lL][lL] binary *.[dD][yY][lL][iI][bB] binary *.[pP][sS][dD] binary +*.[tT][tT][fF] binary +*.[oO][tT][fF] binary *.[pP][aA][tT][cC][hH] -text @@ -39,4 +41,4 @@ *.[cC][mM][dD] text eol=crlf *.[pP][sS]1 text eol=crlf -*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary
\ No newline at end of file +*[aA][uU][tT][oO][gG][eE][nN][eE][rR][aA][tT][eE][dD]* binary |