]> git.proxmox.com Git - mirror_ovs.git/commit - Makefile.am
build: Add gitattribute file to build-aux
authorAlin Gabriel Serdean <aserdean@ovn.org>
Thu, 19 Jul 2018 16:39:42 +0000 (19:39 +0300)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Thu, 19 Jul 2018 18:02:33 +0000 (21:02 +0300)
commit3c921cc2b6b760bd0db73fd629ee9614edc8914c
treeaec3c0a2f9d3d4b3573a958bd5a301031a5331dd
parent7c1ccbd1fbde4cf3498ea4f159e687637539d64b
build: Add gitattribute file to build-aux

The command: `make check-tabs` fails on Windows due to line ending conversions
caused by the following setting: `git config --global core.autocrlf true`
(the whitelist `build-aux/initial-tab-whitelist` becomes a blacklist)

This patch adds a .gittatribute file to build-aux to force LF endings
on Windows.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Co-authored-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Ben Pfaff <blp@ovn.org>
.gitignore
Makefile.am
build-aux/.gitattributes [new file with mode: 0644]