diff options
author | Reinhard Tartler <siretart@tauware.de> | 2014-11-28 09:52:50 -0500 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-12-01 08:02:37 -0500 |
commit | ce99ef48ea025e90351079964d63be815374f089 (patch) | |
tree | d138ba1d78cbafa28e5538bb7d2a100af59a5a47 | |
parent | ca78ee73db9e059f501706ba6108e23902e84933 (diff) | |
download | ffmpeg-ce99ef48ea025e90351079964d63be815374f089.tar.gz |
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 0f257e29c5520b215e573e7e3abde8e5a4743309)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-rw-r--r-- | .gitattributes | 1 |
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 |