Ignore ~ temp files [no-ci]

This commit is contained in:
Thomas Reynolds 2012-05-10 14:05:28 -07:00
parent f0b4e56b80
commit 7c8baee246

View file

@ -24,10 +24,10 @@ module Middleman
/^\.gitignore$/, /^\.gitignore$/,
/^\.DS_Store$/, /^\.DS_Store$/,
/^build\//, /^build\//,
/^\.rbenv-version$/, /^\.rbenv-.*$/,
/^Gemfile$/, /^Gemfile$/,
/^Gemfile\.lock$/, /^Gemfile\.lock$/,
/^\.mm-pid/ /~$/
] ]
end end
end end