Force native line endings for .po files

As discussed on the list some time ago. cmake produces .po files already in
native line endings. Only autotools on mingw might produce wrong line endings
now, but I am pretty sure that nobody updates .po files using autotools on mingw.
This commit is contained in:
Georg Baum 2016-06-04 19:22:36 +02:00
parent 8423db037a
commit 1191052a91

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Our .po file update scripts produce native line endings
*.po text