Skip to content

Commit

Permalink
Add a git filter for po files
Browse files Browse the repository at this point in the history
--
  • Loading branch information
dd9jn committed Dec 6, 2012
1 parent 9667003 commit 2cdf079
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions po/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# You should add
#[filter "cleanpo"]
# clean = "awk '/^\"POT-Creation-Date:/&&!s{s=1;next};!/^#: /{print}'"
# to your ~/.gitconfig file.

/??.po filter=cleanpo
/??_??.po filter=cleanpo

0 comments on commit 2cdf079

Please sign in to comment.