Adding the whole 'bin' folder to '.gitignore'

On Windows, there are 3 files produced in the 'bin' folder and none of them should be checked in.
1.9
James M. Greene 2013-01-29 00:02:23 -06:00
parent 43ab20d4ae
commit e6ae4cca6d
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -2,7 +2,6 @@
*.pro.user*
*.xcodeproj
Makefile*
bin/phantomjs
*~
*.moc
moc_*
@ -54,4 +53,5 @@ tools/dump_syms.app/
# Build results
[Dd]ebug*/
[Rr]elease/
[Rr]elease/
bin/