aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorDennis Menschel <menschel-d@posteo.de>2018-04-15 09:44:34 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2018-04-18 11:34:27 +0000
commit45df5c926a2983e1dda2f12f978e976e0166c9a6 (patch)
treebe9a4d4e12d1f98eb26439b78bd1b1807e0edd56 /.gitattributes
parentd9001fc53d340544356b2bfb5c7c5f3c7f831319 (diff)
.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>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
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