Add to git ignore
What does this MR do?
It adds the .bundle
directory to the gitignore
Why is this MR needed?
Otherwise after you run make
it will say that your git repo has changes. But it does not really, since that directory should not be commited.