Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: "Exclude Temporary Files" update

Thanks for an idea.
papercrane

"Exclude Temporary Files" update

I'm currently using the following which adds a few rules to the Exclude Temporary Files option in the "Keep up to date" feature. It stops, in particular, emacs temporary and backup files from being transferred (yes, I use emacs on Windows ;-) ).

*.bak; *.tmp; ~$*; *.wbk; *~; #*; .#*

I think this would be a good update to the default temporary files rule.