I want to set up Git to globally ignore certain files.
I have added a .gitignore file to my user root directory (Users/me/) and I have added the following line to it:
*.tmproj
But it is not ignoring this type of files, any idea what I am doing wrong?