diff mbox series

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

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

Commit Message

Metin Kaya Oct. 17, 2024, 8:21 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>
---
Changes since v1:
- Added a commit message (thanks to Steve).
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
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