diff mbox series

libtraceevent: Add some more created files to .gitignore

Message ID 20210409112734.4b76584b@gandalf.local.home (mailing list archive)
State Accepted
Commit 6e4e9c04a4a9c0ad8f26beb2f11b8af62290c326
Headers show
Series libtraceevent: Add some more created files to .gitignore | expand

Commit Message

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

The *.so, *.cmd and .*.d files should not be listed in git status, as
they are all created during the build, and not to be part of the
configuration management.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index fde7fe6..c312a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@  build_prefix
 build_uninstall
 *~
 \#*\#
+*.cmd
+*.so
+.*.d