summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-03-27 22:57:43 +0100
committerPeter Eisentraut <peter@eisentraut.org>2019-03-27 23:10:23 +0100
commitea55aec0a97d6cade0186df1913da2c8cb5c6f2c (patch)
tree04932073a56ceb51d079391971e39febeb17c1c5 /.gitattributes
parent477422c9d176784e90e630de3c92b4fae8590bd2 (diff)
downloadpostgresql-ea55aec0a97d6cade0186df1913da2c8cb5c6f2c.tar.gz
doc: Add some images
Add infrastructure for having images in the documentation, in SVG format. Add two images to start with. See the included README file for instructions. Author: Jürgen Purtz <juergen@purtz.de> Author: Peter Eisentraut <peter.eisentraut@2ndquadrant.com> Discussion: https://www.postgresql.org/message-id/flat/aaa54502-05c0-4ea5-9af8-770411a6bf4b@purtz.de
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index bdbcdb560a..fa87ca812a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -13,6 +13,7 @@ README.* conflict-marker-size=32
# Certain data files that contain special whitespace, and other special cases
*.data -whitespace
+*.svg whitespace=-blank-at-eol
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
doc/bug.template whitespace=space-before-tab,-blank-at-eof,blank-at-eol
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol