diff mbox series

[v2,RESEND] trace-cmd .gitignore: Ignore utest/trace-utest in git

Message ID 20241031091948.774299-1-metin.kaya@arm.com (mailing list archive)
State New
Headers show
Series [v2,RESEND] trace-cmd .gitignore: Ignore utest/trace-utest in git | expand

Commit Message

Metin Kaya Oct. 31, 2024, 9:19 a.m. UTC
The test program utest/trace-utest is created by "make test" and should
not be tracked by git.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)


base-commit: bbea061f69dab3a55dc5c077bf89a02f8f08cb6a
diff mbox series

Patch

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