You add it. Depending on git program used you can just do git add binaryfilename or git add .(dot, important that it is there) which will add all files. Not suggested to do the latter.
Just change the name of the file then. I added that gitignore file for a good reason (one usually do not want binary files hogging up space on github.)