diff options
author | Jim Meyering <meyering@redhat.com> | 2009-06-15 18:03:56 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-06-15 18:15:54 +0200 |
commit | c9bb32415460f5bcf4accacadf9060d504fddd69 (patch) | |
tree | a323058d1d3450cca4aeb02944d96bf60b0233d5 /.gitattributes | |
parent | 5fb55a68c1123398f1ed27c6fc8ee196dc121bc7 (diff) | |
download | glibc-c9bb32415460f5bcf4accacadf9060d504fddd69.tar.gz |
exempt timezone files from the no-bad-whitespace policy
* .gitattributes: New file. Exempt imported timezone files from
the no-bad-whitespace rules.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..8947e726a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +timezone/* -whitespace |