aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-12-08 19:15:14 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-12-08 19:39:44 -0500
commit27e45d9c1b7d22dc7202d8a1dae5512ef3cfad66 (patch)
tree6a5c44abb2ba7da92fe2f82042ea9a447b91a500
parent6e637fba207d4b4cedafdff1795bad84d0b7e0a6 (diff)
downloadlibtraceevent-27e45d9c1b7d22dc7202d8a1dae5512ef3cfad66.tar.gz
libtraceevent: Update gitignore
Update the .gitignore file with the following items: For quilt: .pc patches Editors: .#* Generated: libtraceevent.pc lib/ Generated in utest: trace-utest Link: https://lore.kernel.org/linux-trace-devel/20221208191514.47b40ca1@gandalf.local.home Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--.gitignore5
-rw-r--r--utest/.gitignore1
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e203d72..39a013b 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 0000000..3620cd0
--- /dev/null
+++ b/utest/.gitignore
@@ -0,0 +1 @@
+trace-utest