2014-06-28 01:23:42 +08:00
|
|
|
# .gitattributes
|
2019-03-28 21:28:42 +08:00
|
|
|
|
2014-06-28 01:23:42 +08:00
|
|
|
# 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-28 21:28:42 +08:00
|
|
|
|
2019-03-16 04:08:56 +08:00
|
|
|
# Force LF
|
|
|
|
*.c text=auto eol=lf
|
2019-03-28 21:28:42 +08:00
|
|
|
*.cpp text=auto eol=lf
|
2019-03-16 04:08:56 +08:00
|
|
|
*.h text=auto eol=lf
|
|
|
|
*.lua text=auto eol=lf
|
2019-03-28 21:28:42 +08:00
|
|
|
*.py text=auto eol=lf
|
|
|
|
*.pl text=auto eol=lf
|
2019-05-13 02:37:51 +08:00
|
|
|
*.dic text=auto eol=lf
|
2019-03-28 21:28:42 +08:00
|
|
|
Makefile text=auto eol=lf
|