mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-20 20:40:21 -08:00
17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
# .gitattributes
|
|
|
|
# prevent binary files from CRLF handling, diff and merge:
|
|
fpga/fpga.bit -crlf -diff
|
|
*.bin -crlf -diff
|
|
*.z -crlf -diff
|
|
|
|
# Force LF
|
|
*.c text=auto eol=lf
|
|
*.cpp text=auto eol=lf
|
|
*.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
|