Skip to content

Commit

Permalink
Added VIM temp files to commonly ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfrdmn committed Oct 6, 2012
1 parent 0d61f11 commit fed060a
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
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 fed060a

Please sign in to comment.