From: Brendan Higgins Date: Thu, 5 Nov 2020 23:24:40 +0000 (-0800) Subject: kunit: tool: unmark test_data as binary blobs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c335b4f1f65012713832d988ec06512c7bda5c04;p=linux.git kunit: tool: unmark test_data as binary blobs The tools/testing/kunit/test_data/ directory was marked as binary because some of the test_data files cause checkpatch warnings. Fix this by dropping the .gitattributes file. Fixes: afc63da64f1e ("kunit: kunit_parser: make parser more robust") Signed-off-by: Brendan Higgins Signed-off-by: Shuah Khan --- diff --git a/tools/testing/kunit/.gitattributes b/tools/testing/kunit/.gitattributes deleted file mode 100644 index 5b7da1fc3b8f1..0000000000000 --- a/tools/testing/kunit/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -test_data/* binary