From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> The *.so, *.cmd and .*.d files should not be listed in git status, as they are all created during the build, and not to be part of the configuration management. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fde7fe6..c312a39 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ build_prefix build_uninstall *~ \#*\# +*.cmd +*.so +.*.d -- 2.29.2