diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2023-10-04 15:47:43 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-10-05 22:22:59 +0200 |
commit | 876d7fcd1f4c7475b79fc3b923058f5ac7524646 (patch) | |
tree | ae4594717a479bf0a822dd26beef424288384ca9 /tools/testing/selftests/dmabuf-heaps | |
parent | selftests/tdx: add gitignore file (diff) | |
download | linux-876d7fcd1f4c7475b79fc3b923058f5ac7524646.tar.xz linux-876d7fcd1f4c7475b79fc3b923058f5ac7524646.zip |
selftests/dmabuf-heaps: add gitignore file
dmabuf-heaps builds a dmabuf-heap binary that can be ignored by git.
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/dmabuf-heaps')
-rw-r--r-- | tools/testing/selftests/dmabuf-heaps/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/dmabuf-heaps/.gitignore b/tools/testing/selftests/dmabuf-heaps/.gitignore new file mode 100644 index 000000000000..b500e76b9045 --- /dev/null +++ b/tools/testing/selftests/dmabuf-heaps/.gitignore @@ -0,0 +1 @@ +dmabuf-heap |