Re: howto ignore temporary git files on the jump list

2018-04-11 Thread Jason Franklin
On Tuesday, April 10, 2018 at 10:33:12 AM UTC-4, Oliver Graute wrote: > Hello list, > > I use vim to edit my git commits and for git merges and rebasing. > Because of this I get these kind of temporary files in my jump list: > > .git/rebase-merge/git-rebase-todo > .git/MERGE_MSG > .git/COMMIT_EDI

howto ignore temporary git files on the jump list

2018-04-10 Thread Oliver Graute
Hello list, I use vim to edit my git commits and for git merges and rebasing. Because of this I get these kind of temporary files in my jump list: .git/rebase-merge/git-rebase-todo .git/MERGE_MSG .git/COMMIT_EDITMSG Is there any way to prevent them from being registered? Best regards, Oliver