.gitignore file showing up in git status under untracked files -


Guit newbie here I'm probably making a simple mistake here, but I think my file can not be found. When you add a file to the .gitignore file, should not it show in "git status" at all? Here is my .gitignore file:

 . *. Suo *. User  

I also tried it like this: . *. \ .jar is the file to be displayed under GIT status ACS.CF/ACS.CF.UI.Framework/ACS.CF.UI.Framework.csproj.user

Try

*. Suo

*. User


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -