proxmark3/.gitattributes

10 lines
212 B
Text
Raw Normal View History

# .gitattributes
# prevent binary files from CRLF handling, diff and merge:
fpga/fpga.bit -crlf -diff
2017-06-27 03:42:22 +08:00
*.bin -crlf -diff
2017-07-05 02:05:50 +08:00
*.z -crlf -diff
2019-03-16 04:08:56 +08:00
# Force LF
*.c text=auto eol=lf
*.h text=auto eol=lf
*.lua text=auto eol=lf