summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2021-04-01 16:16:06 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2021-04-01 16:16:35 -0700
commit455a360a2d9679ad1f00b93a232b2629303d548b (patch)
tree9a76dac05725f221dc196b69f10244b06f682112 /.gitattributes
parentdda1944e889f7ac4a21cf1e9c4f0daffdd33a468 (diff)
downloadghostpdl-455a360a2d9679ad1f00b93a232b2629303d548b.tar.gz
Update .gitattributes to ignore white space issues in PDF files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0b0b4275d..1434cc01d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -13,6 +13,7 @@ Make* makefile
*.txt spaces
*.htm spaces
*.css spaces
+*.pdf binary
# Source files
*.c spaces