Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
automatically ignore vim swap files when creating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Caolan McMahon committed Dec 5, 2011
1 parent ab1acc3 commit e17cb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kanso/tar.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ exports.create = function (outfile, dir, callback) {
'--exclude', '.git',
'--exclude', '.gitignore',
'--exclude', '.gitmodules',
'--exclude', '.*.swp', // vim swp files
'.'
];
if (is_bsd) {
Expand Down

0 comments on commit e17cb41

Please sign in to comment.