.gitattributes: mark *.inc as Bitbake files

As the file extension *.inc is quite ambiguous, Github's linguist [1]
tends to classify such files not as Bitbake include files, but something
entirely different.

This commit overrides the default behavior of linguist to classify these
files correctly.

[1] https://github.com/github/linguist

Signed-off-by: Dennis Menschel <menschel-d@posteo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Dennis Menschel
2018-04-15 09:44:34 +02:00
committed by Martin Jansa
parent d9001fc53d
commit 45df5c926a

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# linguist overrides
recipes-*/**/*.inc linguist-language=BitBake