diff options
| author | Zhao Gongyi <[email protected]> | 2022-11-03 00:57:54 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-11-18 21:55:09 +0000 |
| commit | d51cf40d38cb58575eca75481fb851bf3a348d78 (patch) | |
| tree | e61a60d826b4685f91b2e9d7ec61d209065b385e | |
| parent | squashfs: fix null-ptr-deref in squashfs_fill_super (diff) | |
| download | kernel-d51cf40d38cb58575eca75481fb851bf3a348d78.tar.gz kernel-d51cf40d38cb58575eca75481fb851bf3a348d78.zip | |
selftests/vm: add local_config.h and local_config.mk to .gitignore
Add local_config.h and local_config.mk to .gitignore to avoid accidentally
checking it in.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Zhao Gongyi <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
| -rw-r--r-- | tools/testing/selftests/vm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore index 7b9dc2426f18..a8fbf8548bc0 100644 --- a/tools/testing/selftests/vm/.gitignore +++ b/tools/testing/selftests/vm/.gitignore @@ -33,3 +33,5 @@ memfd_secret soft-dirty split_huge_page_test ksm_tests +local_config.h +local_config.mk |
