Treat all '*.pnm' files as non-text file

This convinces the pre-receive hook to not consider all *.pnm files as
text files to reduce the patch sizes and avoids triggering whitespace
checks,

Contains a correction by Janne Grunau <janne-libav@jannau.net>
pull/100/head
Reinhard Tartler 10 years ago
parent 491805636c
commit 0f257e29c5
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -0,0 +1 @@
*.pnm -diff -text
Loading…
Cancel
Save