proxmark3/.gitattributes

17 lines
330 B
Text
Raw Normal View History

# .gitattributes
# prevent binary files from CRLF handling, diff and merge:
fpga/fpga.bit -crlf -diff
2017-06-26 21:42:22 +02:00
*.bin -crlf -diff
2017-07-04 20:05:50 +02:00
*.z -crlf -diff
2019-03-15 21:08:56 +01:00
# Force LF
*.c text=auto eol=lf
*.cpp text=auto eol=lf
2019-03-15 21:08:56 +01: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