I have a file that for some reason got installed in my project qt-linux-opensource-5.0.2-x86-offline.run. This file is super big so i removed it in git with:
git rm qt-linux-opensource-5.0.2-x86-offline.run
The problem is when i push the file still is trying to be pushed... how do I completely remove this file. I already deleted the file from my computer (didn't want it in that directory) and for extra protection I put it in my git ignore file. I need to update the app but this file is making it impossible thanks to it's 300mb+ size. Thanks to everyone who can help.