diff options
author | Jason Mitchell <mitchej@gmail.com> | 2023-01-29 13:10:09 -0800 |
---|---|---|
committer | Jason Mitchell <mitchej@gmail.com> | 2023-01-29 13:10:09 -0800 |
commit | 1e0349649cf45764435b993bc87339742a025078 (patch) | |
tree | d61406550ad0396852602f8965fcdbd30239ff4e /.gitattributes | |
parent | c36279a17519bebeba17b0d2ab4949ecdb6fed90 (diff) | |
download | GT5-Unofficial-1e0349649cf45764435b993bc87339742a025078.tar.gz GT5-Unofficial-1e0349649cf45764435b993bc87339742a025078.tar.bz2 GT5-Unofficial-1e0349649cf45764435b993bc87339742a025078.zip |
[ci skip] Update buildscript to RetroFuturaGradle
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..fd2792b6cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,44 @@ +* text eol=lf + +*.[jJ][aA][rR] binary + +*.[pP][nN][gG] binary +*.[jJ][pP][gG] binary +*.[jJ][pP][eE][gG] binary +*.[gG][iI][fF] binary +*.[tT][iI][fF] binary +*.[tT][iI][fF][fF] binary +*.[iI][cC][oO] binary +*.[sS][vV][gG] text +*.[eE][pP][sS] binary +*.[xX][cC][fF] binary + +*.[kK][aA][rR] binary +*.[mM]4[aA] binary +*.[mM][iI][dD] binary +*.[mM][iI][dD][iI] binary +*.[mM][pP]3 binary +*.[oO][gG][gG] binary +*.[rR][aA] binary + +*.7[zZ] binary +*.[gG][zZ] binary +*.[tT][aA][rR] binary +*.[tT][gG][zZ] binary +*.[zZ][iI][pP] binary + +*.[tT][cC][nN] binary +*.[sS][oO] binary +*.[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 + +*.[bB][aA][tT] text eol=crlf +*.[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 |