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-.*$/,
|
||||
/^Gemfile$/,
|
||||
/^Gemfile\.lock$/,
|
||||
/~$/
|
||||
/~$/,
|
||||
/(^|\/)\.?#/
|
||||
]
|
||||
|
||||
# Setup extension
|
||||
|
@ -160,4 +161,4 @@ module Middleman
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue