[PATCH v2 RESEND] trace-cmd .gitignore: Ignore utest/trace-utest in git
Metin Kaya <[email protected]> Thu, 31 Oct 2024 09:19:48 +0000
| Newsgroups | org.kernel.vger.linux-trace-devel |
|---|---|
| Message-ID | <[email protected]> |
The test program utest/trace-utest is created by "make test" and should not be tracked by git. Signed-off-by: Metin Kaya <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb1b0dbe..a746b856 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ build_prefix build_install build_libs_install ltc_version.h +utest/trace-utest base-commit: bbea061f69dab3a55dc5c077bf89a02f8f08cb6a -- 2.34.1