Tuomas Tynkkynen 9275c3387e lib.cleanSourceFilter: Fix VIM swap file filtering
The backslash wasn't properly escaped, and "\." is apparently equal to
".". So it's accidentally filtering out these valid file names (in
Nixpkgs):

trace: excluding clfswm
trace: excluding larswm
trace: excluding mkpasswd

While at it, turn the file filter stricter to what it was before
e2589b3ca22c93029051efcde62aa773fe3085b4. That is, the file name must
start with a dot: '.swp', '.foo.swo' are filtered but 'bar.swf' is not.
2017-09-12 14:58:46 +03:00
..
2017-04-19 19:37:55 -05:00
2017-06-22 00:58:59 +02:00
2017-04-19 19:37:55 -05:00
2017-06-04 00:57:45 +03:00
2017-08-22 13:28:55 +03:00
2017-08-30 14:32:27 +02:00
2017-07-04 23:29:23 +01:00