i have created a .gitignore file inn the same folder that the with the .git folder. but i still get the files i'm trying to ignore when doing a rescan of the repository.
this is the content of the file.
# Ignored files
*.suo
*.user
bin
obj
*.pdb
*.cache
*_svn
*.svn
*.suo
*.user
*.build-res
TestResults
_ReSharper*
what am i doing wrong? where is the file suppose to be located?