Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exclude vim swp files from rsync (#3677)
vim swp files can be unreadable to users, especially if editing when opened with vim -R as root. This causes the rsync to fail. Excluding .*.swp files fixes that issue.
- Loading branch information