[PATCH -next] selftests/vm: add local_config.h and local_config.mk to .gitignore

From: Zhao Gongyi
Date: Wed Nov 02 2022 - 21:01:26 EST


Add local_config.h and local_config.mk to .gitignore to avoid
accidentally checking it in.

Signed-off-by: Zhao Gongyi <zhaogongyi@xxxxxxxxxx>
---
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 8a536c731e3c..9fdee5f06304 100644
--- a/tools/testing/selftests/vm/.gitignore
+++ b/tools/testing/selftests/vm/.gitignore
@@ -34,3 +34,5 @@ memfd_secret
soft-dirty
split_huge_page_test
ksm_tests
+local_config.h
+local_config.mk
--
2.17.1