diff options
author | Werner Koch <wk@gnupg.org> | 2011-01-26 17:19:39 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-01-26 17:19:39 +0100 |
commit | f9688d859af326d6e3a46920974e06369dc0ec85 (patch) | |
tree | ed4b5cbe2c147e2013d00ee6782dbd11a55b61ec /po/.gitattributes | |
parent | Fixed problem with unplugging card readers. (diff) | |
download | gnupg2-f9688d859af326d6e3a46920974e06369dc0ec85.tar.xz gnupg2-f9688d859af326d6e3a46920974e06369dc0ec85.zip |
Add gitattributes
Diffstat (limited to 'po/.gitattributes')
-rw-r--r-- | po/.gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/po/.gitattributes b/po/.gitattributes new file mode 100644 index 000000000..17b178c0e --- /dev/null +++ b/po/.gitattributes @@ -0,0 +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 |