Object files, produced by the compilation should not be committed. Updated the .gitignore file with these files. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9fb86e5..2d47632 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.so *.a +*.o .*.d *~ *.pyc -- 2.35.1