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>

(cherry picked from commit b877814e09b9f25308ec205cf48bb9554b33e95c)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
Reinhard Tartler 2014-11-28 09:52:50 -05:00
parent c790e31ae4
commit 2bcd8f22f2

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.pnm -diff -text