diff options
author | Werner Koch <wk@gnupg.org> | 2011-01-26 18:20:32 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-01-26 18:20:32 +0100 |
commit | a6d1768e8e1dac81a20a7ccd830e87d2c9281682 (patch) | |
tree | 9eedfdb37c5d858bcc25e077d9b22f06e2b30d96 | |
parent | Function name cleanups (diff) | |
download | gnupg2-a6d1768e8e1dac81a20a7ccd830e87d2c9281682.tar.xz gnupg2-a6d1768e8e1dac81a20a7ccd830e87d2c9281682.zip |
Update gitignore and add attributes to po/
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | po/.gitattributes | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 699581b44..a36a733d3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ doc/gnupg.info* doc/stamp-vti doc/version.texi po/gnupg2.pot +*.o +*.a 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 |