On Mon 31.Aug'09 at 8:13:27 +0200, Johann Haarhoff wrote: > I use ctags+vim for development, and that leaves a file called "tags" in > the root of the source tree. If "tags" is not in .gitignore, git keeps > complaining about "untracked files" whenever I commit. I will try to find > a way to add it to my personal .gitconfig or something instead.
Try adding
[status]
showUntrackedFiles = no
in your ~/.gitconfig
--
To unsubscribe, send mail to [email protected].
