From 7219bde60a8365f4e330952e97768e01576359e8 Mon Sep 17 00:00:00 2001 From: "Isaac (.ike) Levy" Date: Sun, 12 Jan 2014 22:05:51 -0500 Subject: [PATCH] include gettext locales in line encoding list portable object (.po) and portable object translation (.pot) files Signed-off-by: Isaac (.ike) Levy --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5a0d4bb45..c05d446a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,6 +26,8 @@ rc.* text *.sql text *.mk text +*.po text +*.pot text # Files that will always have CRLF line endings on checkout. (Not sure we have any of these) # *.dos text eol=crlf @@ -43,4 +45,4 @@ rc.* text *.zip binary *.uzip binary *.tar binary -*.ttf binary \ No newline at end of file +*.ttf binary