* [PATCH] libtraceevent: Update gitignore
@ 2022-12-09 0:15 Steven Rostedt
0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2022-12-09 0:15 UTC (permalink / raw)
To: Linux Trace Devel
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
Update the .gitignore file with the following items:
For quilt:
.pc
patches
Editors:
.#*
Generated:
libtraceevent.pc
lib/
Generated in utest:
trace-utest
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
.gitignore | 5 +++++
utest/.gitignore | 1 +
2 files changed, 6 insertions(+)
create mode 100644 utest/.gitignore
diff --git a/.gitignore b/.gitignore
index e203d72beadf..39a013b29343 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,12 +2,17 @@
TRACEEVENT-CFLAGS
libtraceevent-dynamic-list
libtraceevent.so.*
+.pc
+patches
*.o
build_prefix
build_uninstall
*~
\#*\#
+.#*
*.cmd
*.so
.*.d
ep_version.h
+libtraceevent.pc
+lib/
diff --git a/utest/.gitignore b/utest/.gitignore
new file mode 100644
index 000000000000..3620cd04bd42
--- /dev/null
+++ b/utest/.gitignore
@@ -0,0 +1 @@
+trace-utest
--
2.35.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-09 0:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 0:15 [PATCH] libtraceevent: Update gitignore Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).