Create /selftests/drivers/.gitignore which holds the following file name created after compiling:
- /dma-buf/udmabuf
Signed-off-by: Kelsey Skunberg skunberg.kelsey@gmail.com --- tools/testing/selftests/drivers/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/drivers/.gitignore
diff --git a/tools/testing/selftests/drivers/.gitignore b/tools/testing/selftests/drivers/.gitignore new file mode 100644 index 000000000000..f6aebcc27b76 --- /dev/null +++ b/tools/testing/selftests/drivers/.gitignore @@ -0,0 +1 @@ +/dma-buf/udmabuf -- 2.20.1
On 5/11/19 11:04 PM, Kelsey Skunberg wrote:
Create /selftests/drivers/.gitignore which holds the following file name created after compiling:
Thanks for the patch.
Ran into the same relative path WARN from checkpatch for the commit log. Fixed it and applied.
thanks, -- Shuah
linux-kselftest-mirror@lists.linaro.org