I entered screen -L
in iTerm2, and now whenever I open a new terminal window, a new file screenlog.0
gets created and shows up in git, which I don't want (and I don't want to delete it every single time it pops up). I also don't want to add it to .gitignore
. How do I get rid of it??
I looked at screen --help
but that only lists the option to turn it ON, not off.