We missed to add two binaries to gitignore. Cc: Andrew Morton <a...@linux-foundation.org> Cc: Michal Hocko <mho...@suse.com> Cc: Oscar Salvador <osalva...@suse.de> Cc: Jason Gunthorpe <j...@ziepe.ca> Cc: Peter Xu <pet...@redhat.com> Cc: Ram Pai <linux...@us.ibm.com> Cc: Shuah Khan <sh...@kernel.org> Cc: linux-kselft...@vger.kernel.org Signed-off-by: David Hildenbrand <da...@redhat.com> --- tools/testing/selftests/vm/.gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore index 9a35c3f6a557..b4fc0148360e 100644 --- a/tools/testing/selftests/vm/.gitignore +++ b/tools/testing/selftests/vm/.gitignore @@ -22,3 +22,5 @@ map_fixed_noreplace write_to_hugetlbfs hmm-tests local_config.* +protection_keys_32 +protection_keys_64 -- 2.29.2