diff options
author | miozune <miozune@gmail.com> | 2022-10-09 18:10:25 +0900 |
---|---|---|
committer | miozune <miozune@gmail.com> | 2022-10-09 18:10:25 +0900 |
commit | 145e13b90195d9d58f5629fb1c2d1c90b9a5b1b1 (patch) | |
tree | 2e94fcd7517921328eebb51abe506f99b9a10dd5 | |
parent | a265085bd7742ebf1e2e95e4bf7397ba5bea01dc (diff) | |
download | GT5-Unofficial-145e13b90195d9d58f5629fb1c2d1c90b9a5b1b1.tar.gz GT5-Unofficial-145e13b90195d9d58f5629fb1c2d1c90b9a5b1b1.tar.bz2 GT5-Unofficial-145e13b90195d9d58f5629fb1c2d1c90b9a5b1b1.zip |
.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 |