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$/,
/^\.DS_Store$/,
/^build\//,
/^\.rbenv-version$/,
/^\.rbenv-.*$/,
/^Gemfile$/,
/^Gemfile\.lock$/,
/^\.mm-pid/
/~$/
]
end
end