Could you add '~' (i.e., without the ".") and ignore all backups that
way? *~ is conventionally a backup file.
Will Partain <[EMAIL PROTECTED]> wrote:
> How a newbie confused himself: Imagine my surprise when, in
> my initial Webware "hello,world"ing, I did 'mv index.py
> Main.py' but I kept getting what was in an *old* index.py,
> no matter what I did to Main.py ...
>
> Turns out that I use Emacs "numbered backups" ( *.~1~ .~2~
> ...), those extensions are not in the default
> ExtensionsToIgnore, so what I kept getting was index.py.~1~.
> Urk! I've hacked my Application.config to have what's below,
> but that's far from a good solution. Over to you...
>
> Keep up the good work,
>
> Will
>
> 'ExtensionsToIgnore': ['.pyc', '.pyo', '.py~', '.psp~', '.html~','.bak',
> ,'.~1~'
> ,'.~2~'
> ,'.~3~'
> ,'.~4~'
> ,'.~5~'
> ,'.~6~'
> ,'.~7~'
> ,'.~8~'
> ,'.~9~'
> ,'.~10~'
> ,'.~11~'
> ,'.~12~'
> ,'.~13~'
> ,'.~14~'
> ,'.~15~'
> ,'.~16~'
> ,'.~17~'
> ,'.~18~'
> ,'.~19~'
> ,'.~20~'
> ],
>
>
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/webware-discuss
>
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss