When I previously committed and pushed to my github repo, I had compiled *.o files and some other text files and such that are included on the repo. I recently finished the project and I want to clean up the github repo by not having those *.o files and such. I cleaned up the source folder on my local repo, is there a chain of commands such that I can commit/push the files I want and only have those show up on the most recent master branch of the repo?
Thanks.