diff options
author | Cameron Cawley | 2019-02-06 21:00:17 +0000 |
---|---|---|
committer | Lothar Serra Mari | 2019-02-07 11:27:49 +0100 |
commit | ee7fa40b36e5760187d24e31265bb758b36c23d3 (patch) | |
tree | db5023c1312cd6f9067b7be204698125e10288d2 /.gitattributes | |
parent | 75aaf5eb82a19cf6d5f62af956324000901bde46 (diff) | |
download | scummvm-rg350-ee7fa40b36e5760187d24e31265bb758b36c23d3.tar.gz scummvm-rg350-ee7fa40b36e5760187d24e31265bb758b36c23d3.tar.bz2 scummvm-rg350-ee7fa40b36e5760187d24e31265bb758b36c23d3.zip |
GIT: Add a .gitattributes file
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..61e6b61d03 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/po/cs_CZ.po encoding=iso-8859-2 +/po/hu_HU.po encoding=iso-8859-2 +/po/pl_PL.po encoding=iso-8859-2 +/po/be_BY.po encoding=iso-8859-5 +/po/ru_RU.po encoding=iso-8859-5 +/po/uk_UA.po encoding=iso-8859-5 +/po/el.po encoding=iso-8859-7 +/po/he.po encoding=iso-8859-8 |