push_back Windows-style "Copy of" backup files

This commit is contained in:
Groggy Dice 2013-08-01 02:04:52 -04:00
parent 9903fd227e
commit a10b2d5f3c

View file

@ -210,6 +210,7 @@ namespace {
files.push_back("#*#");
files.push_back("*~");
files.push_back("*-bak");
files.push_back("Copy of *");
files.push_back("*.swp");
files.push_back("*.pbl");
files.push_back("*.ign");