From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Update the gitignore files to not pick up files that are created in the build as well as those auxiliary files used for creating the man pages. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- .gitignore | 5 +++++ Documentation/.gitignore | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 Documentation/.gitignore diff --git a/.gitignore b/.gitignore index 7123c70..fde7fe6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ TRACEEVENT-CFLAGS libtraceevent-dynamic-list libtraceevent.so.* +*.o +build_prefix +build_uninstall +*~ +\#*\# diff --git a/Documentation/.gitignore b/Documentation/.gitignore new file mode 100644 index 0000000..bdc8252 --- /dev/null +++ b/Documentation/.gitignore @@ -0,0 +1,3 @@ +*.m +*.3 +*.html -- 2.29.2