I have always been bugged by the fact that when exiting with revive.el and windows.el enabled it opens a file and writes to it called .revive and .windows. These are saved so it goes in the recent files list. Is there anyway to make it ignore these files or any other files I desire.
Share
A way to make
recentfignore some files is to add appropriate regexps torecentf-excludelist:This will prevent any future entries of the above from being added to the
recentflist. You need to delete the current entries in yourrecentffile for them to be permanently removed or wait until they are phased out from other entries.