linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: Add missing gitignore entries
@ 2024-01-26  5:24 Bernd Edlinger
  2024-01-26  6:35 ` SeongJae Park
  2024-02-08  9:07 ` Javier Carrasco
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Edlinger @ 2024-01-26  5:24 UTC (permalink / raw)
  To: SeongJae Park, Shuah Khan, Shuah Khan, damon, linux-mm,
	linux-kselftest

Prevent them from polluting git status after building selftests.

Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
---
 tools/testing/selftests/damon/.gitignore                       | 1 +
 tools/testing/selftests/thermal/intel/power_floor/.gitignore   | 2 ++
 tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 2 ++
 tools/testing/selftests/uevent/.gitignore                      | 2 ++
 4 files changed, 7 insertions(+)
 create mode 100644 tools/testing/selftests/thermal/intel/power_floor/.gitignore
 create mode 100644 tools/testing/selftests/thermal/intel/workload_hint/.gitignore
 create mode 100644 tools/testing/selftests/uevent/.gitignore

diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
index c6c2965a6607..79b32e30fce3 100644
--- a/tools/testing/selftests/damon/.gitignore
+++ b/tools/testing/selftests/damon/.gitignore
@@ -1,2 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 huge_count_read_write
+access_memory
diff --git a/tools/testing/selftests/thermal/intel/power_floor/.gitignore b/tools/testing/selftests/thermal/intel/power_floor/.gitignore
new file mode 100644
index 000000000000..754810406b33
--- /dev/null
+++ b/tools/testing/selftests/thermal/intel/power_floor/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+power_floor_test
diff --git a/tools/testing/selftests/thermal/intel/workload_hint/.gitignore b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore
new file mode 100644
index 000000000000..b5448c0576c9
--- /dev/null
+++ b/tools/testing/selftests/thermal/intel/workload_hint/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+workload_hint_test
diff --git a/tools/testing/selftests/uevent/.gitignore b/tools/testing/selftests/uevent/.gitignore
new file mode 100644
index 000000000000..15127939d872
--- /dev/null
+++ b/tools/testing/selftests/uevent/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+uevent_filtering
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-08  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26  5:24 [PATCH] selftests: Add missing gitignore entries Bernd Edlinger
2024-01-26  6:35 ` SeongJae Park
2024-02-08  9:07 ` Javier Carrasco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).