Update gitignore and add attributes to po/

This commit is contained in:
Werner Koch 2011-01-26 18:20:32 +01:00
parent 358afc0dc8
commit a6d1768e8e
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ doc/gnupg.info*
doc/stamp-vti
doc/version.texi
po/gnupg2.pot
*.o
*.a

7
po/.gitattributes vendored Normal file
View File

@ -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