I've found a weird problem in Git. I have a folder called cache under my Git structure that in the past (by mistake) wasn't gitignored. The problem is that some commits ago I added this folder to the .gitignore file and now due to some cache changes I have noted that some files in this folder are not ignored. Why? How to ignore them definitivelly?
.gitignore line is as simple as:
cache/*