diff mbox series

[v2,1/5] libtraceevent: Update gitignore

Message ID 20210408212500.2058159-2-rostedt@goodmis.org (mailing list archive)
State Superseded
Headers show
Series libtraceevent: Copy parsing functions from trace-cmd | expand

Commit Message

Steven Rostedt April 8, 2021, 9:24 p.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Update the gitignore files to not pick up files that are created in the
build as well as those auxiliary files used for creating the man pages.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 .gitignore               | 5 +++++
 Documentation/.gitignore | 3 +++
 2 files changed, 8 insertions(+)
 create mode 100644 Documentation/.gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 7123c70..fde7fe6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,8 @@ 
 TRACEEVENT-CFLAGS
 libtraceevent-dynamic-list
 libtraceevent.so.*
+*.o
+build_prefix
+build_uninstall
+*~
+\#*\#
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
new file mode 100644
index 0000000..bdc8252
--- /dev/null
+++ b/Documentation/.gitignore
@@ -0,0 +1,3 @@ 
+*.m
+*.3
+*.html