Skip to content
Permalink
Browse files Browse the repository at this point in the history
Label *.nin *.pin as binary in git, tag as hex for diff
This allows the .git/config to have an entry like:

[diff hex]
  textconv = hexdump -v -C
  binary = true
  • Loading branch information
peterjc committed Sep 18, 2017
1 parent 79d8878 commit 5ec4695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
# Binary files (no line-ending conversions)
*.pin binary diff=hex
*.nin binary diff=hex

0 comments on commit 5ec4695

Please sign in to comment.