All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trace-cmd: Move the .m and .html ignore into Documentation file
@ 2021-11-10  2:39 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2021-11-10  2:39 UTC (permalink / raw)
  To: Linux Trace Devel

From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Ignoring the .m and .html output files from the Documentation directory
was located in the directory for the libtracecmd documentation. But it is
also needed for the trace-cmd documentation. Remove the .gitignore file
from libtracecmd documentation directory, and move its contents into the
.gitignore file of the top level Documentation directory.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 Documentation/.gitignore             | 2 ++
 Documentation/libtracecmd/.gitignore | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 100644 Documentation/libtracecmd/.gitignore

diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index aecd243f..8a38b2ea 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1 +1,3 @@
 *.[1-9]
+*.m
+*.html
diff --git a/Documentation/libtracecmd/.gitignore b/Documentation/libtracecmd/.gitignore
deleted file mode 100644
index 89b40e42..00000000
--- a/Documentation/libtracecmd/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.m
-*.html
-- 
2.31.1


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

only message in thread, other threads:[~2021-11-10  2:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  2:39 [PATCH] trace-cmd: Move the .m and .html ignore into Documentation file Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.