From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- 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