@liomarhora the problem was that you had committed some of those build files to your branch, perhaps you force added them. As @eht16 said they need to be removed from there, not just the working directory, we don't want your specific build artefacts in the repository.
possibly `git-ls-files -i --exclude-standard` will list them [untried advice]