diff mbox series

trace-cmd: Move the .m and .html ignore into Documentation file

Message ID 20211109213929.1a84ac32@rorschach.local.home (mailing list archive)
State Accepted
Commit b67349dfae73a9b0ad21a5daf626be78dac04325
Headers show
Series trace-cmd: Move the .m and .html ignore into Documentation file | expand

Commit Message

Steven Rostedt Nov. 10, 2021, 2:39 a.m. UTC
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 mbox series

Patch

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