Add the dma_map_benchmark binary to .gitignore to prevent it from being shown as an untracked file after building the selftests.
Signed-off-by: Kriish Sharma kriish.sharma2006@gmail.com --- tools/testing/selftests/dma/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/testing/selftests/dma/.gitignore
diff --git a/tools/testing/selftests/dma/.gitignore b/tools/testing/selftests/dma/.gitignore new file mode 100644 index 000000000000..b4b99b6ffea3 --- /dev/null +++ b/tools/testing/selftests/dma/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +dma_map_benchmark
linux-kselftest-mirror@lists.linaro.org