[PATCH v1] libtraceevent: Add the built binary test to .gitignore
Haiyue Wang <[email protected]> Tue, 13 May 2025 15:26:03 +0800
| Newsgroups | org.kernel.vger.linux-trace-devel |
|---|---|
| Message-ID | <[email protected]> |
The commit c2ea03541453 ("libtraceevent: Add trace.conf for ld.so if needed")
will generate file 'test', add it to .gitignore to make git status clean.
Signed-off-by: Haiyue Wang <[email protected]>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 39a013b..a5ad234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ build_uninstall
ep_version.h
libtraceevent.pc
lib/
+test
--
2.49.0