When I do git status
I see the following:
modified: ../.bundle/binstubs/byebug
modified: ../.bundle/binstubs/coderay
modified: ../.bundle/binstubs/erubis
modified: ../.bundle/binstubs/haml
modified: ../.bundle/binstubs/htmldiff
modified: ../.bundle/binstubs/iron_worker
modified: ../.bundle/binstubs/kramdown
modified: ../.bundle/binstubs/ldiff
My .gitignore contains:
../.bundle/*
But these files still show up. How can I remove them from showing up when I type git status
? These are all gems, so I don't think I actually need them in my repo.