Skip to content

Commit

Permalink
Merge pull request #4 from sfrdmn/ignore-swp
Browse files Browse the repository at this point in the history
Added VIM temp files to commonly ignored files
  • Loading branch information
balupton committed Oct 7, 2012
2 parents 0d61f11 + fed060a commit e8726ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion out/lib/paths.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/lib/paths.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ balUtilPaths =

# Common Ignore Patterns
# These are files are directories commonly ignored when it comes with dealing with paths
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini)$/i
commonIgnorePatterns: /^(\~|(\.(svn|git|hg|DS_Store))|node_modules|CVS|thumbs\.db|desktop\.ini|.+\.swp)$/i

# Recursively scan a directory
# Usage:
Expand Down Expand Up @@ -989,4 +989,4 @@ balUtilPaths =
# =====================================
# Export

module.exports = balUtilPaths
module.exports = balUtilPaths

0 comments on commit e8726ed

Please sign in to comment.