Skip to content

Commit

Permalink
Ignore .tmp extension by default
Browse files Browse the repository at this point in the history
Fixes #153
  • Loading branch information
thibaudgg committed Oct 24, 2013
1 parent e431554 commit 96e4172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/listen/silencer.rb
Expand Up @@ -6,7 +6,7 @@ class Silencer
DEFAULT_IGNORED_DIRECTORIES = %w[.bundle .git .hg .rbx .svn bundle log tmp vendor/ruby]

# The default list of files that get ignored.
DEFAULT_IGNORED_EXTENSIONS = %w[.DS_Store]
DEFAULT_IGNORED_EXTENSIONS = %w[.DS_Store .tmp]

attr_accessor :listener, :patterns

Expand Down

0 comments on commit 96e4172

Please sign in to comment.