From 2cf489301e0487ea7bedde488e1b52ede862d058 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 21 Jul 2014 23:58:18 -0400 Subject: [PATCH] gitattributes: Ignore time zone data files for whitespace checks The latest update introduced some funny whitespace, but since they are externally maintained files, we add them to the list of files to ignore. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a13116aaf6..ff96567ca5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,4 @@ src/backend/regex/re_syntax.n -whitespace src/backend/snowball/libstemmer/*.c -whitespace src/backend/utils/mb/Unicode/*-std.txt -whitespace src/include/snowball/libstemmer/* -whitespace +src/timezone/data/* -whitespace