Message ID | 20221103005754.205420-1-zhaogongyi@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d51cf40d38cb58575eca75481fb851bf3a348d78 |
Headers | show |
Series | [-next] selftests/vm: add local_config.h and local_config.mk to .gitignore | expand |
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
Add local_config.h and local_config.mk to .gitignore to avoid accidentally checking it in. Signed-off-by: Zhao Gongyi <zhaogongyi@huawei.com> --- tools/testing/selftests/vm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) -- 2.17.1