.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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -