eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
109 stars 38 forks source link

Add .gitattributes file to prevent mangling of binary files/ #13

Closed jvroutak closed 5 years ago

jvroutak commented 5 years ago

Some of the binary files in tests/files may have different line endings depending on core.autocrlf setting, causing some unit tests depending on exact binary data to fail.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 95.821% when pulling b72c0a8f62d9c71c0c0a730b683363fabd07c4f0 on jvroutak:master into 2f83b6f1570cb96bb925b416b631112c0ab4283e on eerimoq:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 95.821% when pulling b72c0a8f62d9c71c0c0a730b683363fabd07c4f0 on jvroutak:master into 2f83b6f1570cb96bb925b416b631112c0ab4283e on eerimoq:master.

eerimoq commented 5 years ago

Thanks!