Ignore emacs temporary files

This commit is contained in:
Ben Hollis 2012-07-08 19:01:06 -07:00
parent d05f968feb
commit 324eac428e

View file

@ -16,7 +16,8 @@ module Middleman
/^\.rbenv-.*$/,
/^Gemfile$/,
/^Gemfile\.lock$/,
/~$/
/~$/,
/(^|\/)\.?#/
]
# Setup extension
@ -160,4 +161,4 @@ module Middleman
end
end
end
end
end