Created attachment 861 [details] Patch to rm *~-files in the TARGET_DIR. While editing files in the target_skeleton, quite a few editors create backup-files with tilde appended to the file names. It would be nice to not have these copied to the TARGET_DIR, while creating the target root fs. Attached is a patch, that handles these files in the same manner as CVS-directories and .empty-files are handled.
Thanks, committed with a small tweak to remove in same find invocation as the .empty removal.