Introduce .gitattributes for github/linguist (#4409)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 13 Feb 2019 04:55:43 +0000 (13:55 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 13 Feb 2019 04:55:43 +0000 (13:55 +0900)
This repo is shown as a Python project due to many test spec files.
This commit prevents searching in generated test directory from linguist
(repo language detection).

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..b8eec3d
--- /dev/null
@@ -0,0 +1 @@
+tests/nnapi/specs/* linguist-detectable=false