Skip to content

Commit 7219bde

Browse files
committed
include gettext locales in line encoding list
portable object (.po) and portable object translation (.pot) files Signed-off-by: Isaac (.ike) Levy <[email protected]>
1 parent 2459a95 commit 7219bde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
rc.* text
2727
*.sql text
2828
*.mk text
29+
*.po text
30+
*.pot text
2931

3032
# Files that will always have CRLF line endings on checkout. (Not sure we have any of these)
3133
# *.dos text eol=crlf
@@ -43,4 +45,4 @@ rc.* text
4345
*.zip binary
4446
*.uzip binary
4547
*.tar binary
46-
*.ttf binary
48+
*.ttf binary

0 commit comments

Comments
 (0)