On 11/24/24 10:40 PM, Li Zhijian wrote:
Compiled binary files should be added to .gitignore
'git status' complains:
    Untracked files:
    (use "git add <file>..." to include in what will be committed)
          mm/hugetlb_dio
          mm/pkey_sighandler_tests_32
          mm/pkey_sighandler_tests_64

Cc: Donet Tom <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Li Zhijian <[email protected]>
Reviewed-by: John Hubbard <[email protected]>
---
Cc: [email protected]
---

Hey John,
I added your Reviewed-by tag in this revision which have a minor
updates. Feel free to let me know if you feel this is unsuitable.

Hello,
Cover letter is here.

This patch set aims to make 'git status' clear after 'make' and 'make
run_tests' for kselftests.
---
V4:

   Use the exact filename to fix warning reported by [email protected]
Reported-by: kernel test robot <[email protected]>
Closes: 
https://lore.kernel.org/oe-kbuild-all/[email protected]/
V3:
    nothing change, just resend it
    (This .gitignore have not sorted, so I appended new files to the end)
V2:
   split as seperate patch from a small one [0]
   [0] 
https://lore.kernel.org/linux-kselftest/[email protected]/
---
  tools/testing/selftests/mm/.gitignore | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/tools/testing/selftests/mm/.gitignore 
b/tools/testing/selftests/mm/.gitignore
index da030b43e43b..689bbd520296 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -51,3 +51,6 @@ hugetlb_madv_vs_map
  mseal_test
  seal_elf
  droppable
+hugetlb_dio
+pkey_sighandler_tests_32
+pkey_sighandler_tests_64

Makes sense. Yes, this still looks good.

thanks,
--
John Hubbard


Reply via email to