Add bin and obj directory to .gitignore

I accidentally committed and pushed my bsnes linux binary to github and
do not wish to do this again.
This commit is contained in:
Marcus Rowe 2016-10-22 18:03:19 +10:00
parent 12d2dc1ff4
commit cd242ba1b6

2
.gitignore vendored
View file

@ -9,3 +9,5 @@
*.so.1
*.patch
*.rar
*/out
*/bin