I am trying to get set up my GIT installation to globally ignore certain file types.
I have added a .gitignore file to my user root directory (Users/me/) and I have added the following line:
*.tmproj
But it is not ignoring this file time, any idea what I am doing wrong?
