diff options
Diffstat (limited to 'po/.gitattributes')
-rw-r--r-- | po/.gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/po/.gitattributes b/po/.gitattributes index 0c8874e0e..17b178c0e 100644 --- a/po/.gitattributes +++ b/po/.gitattributes @@ -1,2 +1,7 @@ +# You should add +#[filter "cleanpo"] +# clean = "awk '/^\"POT-Creation-Date:/&&!s{s=1;next};!/^#: /{print}'" +# to your config file. + /??.po filter=cleanpo /??_??.po filter=cleanpo |