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