.gitattributes: Use C language rules in git diff driver.
authorzrj <rimvydas.jasinskas@gmail.com>
Sun, 24 Dec 2017 17:06:11 +0000 (19:06 +0200)
committerzrj <zrj@dragonflybsd.org>
Sun, 24 Dec 2017 18:23:49 +0000 (20:23 +0200)
commit6843c2d625938807f762685654303c167ced3ddb
tree5447b5fcfde0a35b18325ffc82220b6a44d37dfa
parent3425f5da5e481cd6fb394edf9bb5d8578fdf17c5
.gitattributes: Use C language rules in git diff driver.

Solves a very annoying issue when goto labels are mistaken for function name.
Enable only on stuff we care: *.c and *.h. Remember, we had our fun with eof.

Approved-by: swildner
.gitattributes [new file with mode: 0644]