linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libtraceevent: Add some more created files to .gitignore
@ 2021-04-09 15:27 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2021-04-09 15:27 UTC (permalink / raw)
  To: Linux Trace Devel

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 --git a/.gitignore b/.gitignore
index fde7fe6..c312a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ build_prefix
 build_uninstall
 *~
 \#*\#
+*.cmd
+*.so
+.*.d
-- 
2.29.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-09 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 15:27 [PATCH] libtraceevent: Add some more created files to .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).