summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2014-11-28 09:52:50 -0500
committerReinhard Tartler <siretart@tauware.de>2014-11-28 17:52:43 -0500
commit0f257e29c5520b215e573e7e3abde8e5a4743309 (patch)
tree1a2b23f890049feecab2d0711e901e98fd9be8ad /.gitattributes
parent491805636cef50d3f582bd345e1460eeb739ea48 (diff)
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>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..a900528e47
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.pnm -diff -text