version control - Why does .gitignore appear in git status? -
i have perl scripts should under git versioning. run ctags against them able jump definitions tags file has been autogenerated in directories. want git ignore these tags files created .gitignore right next .git folder of repository.
if git status don't see tags see .gitignore.
.gitignore supposed appear untracked change?
the .gitignore file regular file git's perspective. normal create , commit .gitignore file in project know files should ignored - there collation of lots of ignore files somewher on github cover whatever languages have in use. in can presume want ignoring action continue, commit .gitignore file suitable message e.g. "added .gitignore file", , carry on happily.
Comments
Post a Comment