2019-05-12 05:07:30

by Kelsey

[permalink] [raw]
Subject: [PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf

Create /selftests/drivers/.gitignore which holds the following file name
created after compiling:

- /dma-buf/udmabuf

Signed-off-by: Kelsey Skunberg <[email protected]>
---
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


2019-05-14 23:31:04

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf

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