Fixed inconsistent line endings in text files 93/27593/1
authorJozef Behran <jbehran@cisco.com>
Tue, 29 Sep 2015 14:32:17 +0000 (16:32 +0200)
committerJozef Behran <jbehran@cisco.com>
Tue, 29 Sep 2015 15:22:54 +0000 (17:22 +0200)
commitc122db238dc36d58d5ca3ed7d48d83f1cfb7d54f
treea09bb2a15afd570561b91e70c374b6024eab395c
parent3cdec9a906e6f70933f8db2fcd939da90267502f
Fixed inconsistent line endings in text files

I found some .robot files with Microsoft-style line endings
which are removed by the "tidy" tool, creating unwanted
noise in the form of making it appear that every line was
changed.

To make sure this is not going to happen anymore a
.gitattributes file was added that declares the .robot files
and a large bunch of other files to be text and specifies
that the line endings shall be normalized using the "auto"
algorithm unless the user configures his Git differently.

Change-Id: I653c691759aad7baccea2e6d4266254a072cbfe1
Signed-off-by: Jozef Behran <jbehran@cisco.com>
.gitattributes [new file with mode: 0644]
csit/suites/lacp/Lacp_Feature_OF13/010__lacp_inventory.robot
csit/suites/lacp/Lacp_Feature_OF13/020__lacp_lag_resiliency.robot
csit/suites/lacp/Lacp_Feature_OF13/030__lacp_flow_entry_stats.robot