From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Add more files that should be ignored in the build. For some reason the .o files were not ignored. Also ignore the dependency .d files. And a few miscellaneous files. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- .gitignore | 4 ++++ Documentation/.gitignore | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ff3e01438270..88c9b42f1a28 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,11 @@ libtracefs.pc TAGS tags lib/ +bin/ patches/ build_prefix build_uninstall tfs_version.h +*.o +*.d +sqlhist diff --git a/Documentation/.gitignore b/Documentation/.gitignore index 747b2584d55b..4d2414d3f6b6 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1,4 +1,5 @@ *.3 +sqlhist.1 *.m *.xml *.html -- 2.33.0