From 45df5c926a2983e1dda2f12f978e976e0166c9a6 Mon Sep 17 00:00:00 2001 From: Dennis Menschel Date: Sun, 15 Apr 2018 09:44:34 +0200 Subject: .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 Signed-off-by: Martin Jansa --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..cb2381c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# linguist overrides +recipes-*/**/*.inc linguist-language=BitBake -- cgit v1.2.3