From: 이한종/On-Device Lab(SR)/Engineer/삼성전자 Date: Wed, 13 Feb 2019 04:55:43 +0000 (+0900) Subject: Introduce .gitattributes for github/linguist (#4409) X-Git-Tag: submit/tizen/20190325.013700~265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86e38f1d58a9295f3824ab9b485d4944bbedd645;p=platform%2Fcore%2Fml%2Fnnfw.git Introduce .gitattributes for github/linguist (#4409) 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 --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b8eec3d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/nnapi/specs/* linguist-detectable=false