I have a few changes which I don't want to commit and yet I want to retain them locally. Problem is that I use git (with git status), they keep appearing in the list of uncommitted changes. I want to ask git to ignore such changes and yet retain them locally.
I can't discard them since I want the changes to be retained locally.