proxmark3/.gitattributes

17 lines
330 B
Plaintext
Raw Permalink 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
*.cpp text=auto eol=lf
2019-03-16 04:08:56 +08:00
*.h text=auto eol=lf
*.lua text=auto eol=lf
*.py text=auto eol=lf
*.pl text=auto eol=lf
*.dic text=auto eol=lf
Makefile text=auto eol=lf