Message ID | 20190512050452.4720-1-skunberg.kelsey@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 11ebd85a07e0c84b037a47a19a040b31d7869df3 |
Headers | show |
Series | selftests: drivers: Create .gitignore to include /dma-buf/udmabuf | expand |
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
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
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 -- 2.20.1