Ignore emacs temporary files
This commit is contained in:
parent
d05f968feb
commit
324eac428e
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ module Middleman
|
||||||
/^\.rbenv-.*$/,
|
/^\.rbenv-.*$/,
|
||||||
/^Gemfile$/,
|
/^Gemfile$/,
|
||||||
/^Gemfile\.lock$/,
|
/^Gemfile\.lock$/,
|
||||||
/~$/
|
/~$/,
|
||||||
|
/(^|\/)\.?#/
|
||||||
]
|
]
|
||||||
|
|
||||||
# Setup extension
|
# Setup extension
|
||||||
|
|
Loading…
Reference in a new issue