public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH nolibc v1] selftests/nolibc: Avoid generated files being committed
@ 2022-07-20  3:37 Willy Tarreau
  2022-07-20  3:59 ` Paul E. McKenney
  0 siblings, 1 reply; 5+ messages in thread
From: Willy Tarreau @ 2022-07-20  3:37 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: Ammar Faizi, Fernanda Ma'rouf, Linux Kernel Mailing List

From: "Fernanda Ma'rouf" <fernandafmr12@gnuweeb.org>

After running the nolibc tests, the "git status" is not clean because
the generated files are not ignored. Create a `.gitignore` inside the
selftests/nolibc directory to ignore them.

Cc: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Cc: Fernanda Ma'rouf <fernandafmr2@gmail.com>
Signed-off-by: Fernanda Ma'rouf <fernandafmr12@gnuweeb.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
---

Paul,

Fernanda sent me this which I think is a desirable cleanup to the
series I sent you. If you're fine with adding it on top of what you
already have, that's great. Otherwise I can queue it here for next
time, but this should improve the user's experience.

Thanks,
Willy

--
 tools/testing/selftests/nolibc/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/nolibc/.gitignore

diff --git a/tools/testing/selftests/nolibc/.gitignore b/tools/testing/selftests/nolibc/.gitignore
new file mode 100644
index 000000000000..4696df589d68
--- /dev/null
+++ b/tools/testing/selftests/nolibc/.gitignore
@@ -0,0 +1,4 @@
+/initramfs/
+/nolibc-test
+/run.out
+/sysroot/

base-commit: 1e93ece89dd1c6217b92ef6fc100df9ba202c30c

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH nolibc v1] selftests/nolibc: Avoid generated files being committed
@ 2022-07-19 10:56 Fernanda Ma'rouf
  2022-07-20  3:30 ` Willy Tarreau
  0 siblings, 1 reply; 5+ messages in thread
From: Fernanda Ma'rouf @ 2022-07-19 10:56 UTC (permalink / raw)
  To: Ammar Faizi, Willy Tarreau
  Cc: Fernanda Ma'rouf, Linux Kernel Mailing List,
	GNU/Weeb Mailing List, Fernanda Ma'rouf

After running the nolibc tests, the "git status" is not clean because
the generated files are not ignored. Create a `.gitignore` inside the
selftests/nolibc directory to ignore them.

Cc: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Cc: Fernanda Ma'rouf <fernandafmr2@gmail.com>
Signed-off-by: Fernanda Ma'rouf <fernandafmr12@gnuweeb.org>
---
 tools/testing/selftests/nolibc/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/testing/selftests/nolibc/.gitignore

diff --git a/tools/testing/selftests/nolibc/.gitignore b/tools/testing/selftests/nolibc/.gitignore
new file mode 100644
index 000000000000..4696df589d68
--- /dev/null
+++ b/tools/testing/selftests/nolibc/.gitignore
@@ -0,0 +1,4 @@
+/initramfs/
+/nolibc-test
+/run.out
+/sysroot/

base-commit: 1e93ece89dd1c6217b92ef6fc100df9ba202c30c
-- 
Fernanda Ma'rouf


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

end of thread, other threads:[~2022-07-20  4:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20  3:37 [PATCH nolibc v1] selftests/nolibc: Avoid generated files being committed Willy Tarreau
2022-07-20  3:59 ` Paul E. McKenney
2022-07-20  4:54   ` Willy Tarreau
  -- strict thread matches above, loose matches on Subject: below --
2022-07-19 10:56 Fernanda Ma'rouf
2022-07-20  3:30 ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox