diff options
author | Andras Timar <timar@fsf.hu> | 2011-03-23 19:23:49 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-03-23 19:23:49 +0100 |
commit | a5ca1dcb91d6aa6e4943ac99e402e0ed660a8392 (patch) | |
tree | f89c6ce0dff03654a6b5884b263829259a228659 /.gitattributes | |
parent | 5fa0eba1c2183b9417e3dd7cf3ba6decba776986 (diff) |
set .gitattributes filter for *.po files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 416fa8c63b14..d414da85d0db 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.doc binary *.sdw binary +*.po filter=po |