Skip to content

Commit

Permalink
Merge pull request #77650 from CleverRaven/po-git-diff
Browse files Browse the repository at this point in the history
Disable diff for .po files in .gitattributes
  • Loading branch information
Maleclypse authored Nov 8, 2024
2 parents 926d5d6 + a75de56 commit b09ca0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*.vcxproj -text

# Generated translation text, don't mess with them.
*.mo -text
*.po -text
*.mo binary
*.po -text -diff
*.pot -text

# Treat images, archives, and font files as binary.
Expand Down

0 comments on commit b09ca0e

Please sign in to comment.