add tmp/ to .gitignore

For example, guard creates tmp/rspec_guard_result, and we
do not want to see that in `git status`.
This commit is contained in:
Adam Spiers 2014-04-04 11:51:42 +01:00
parent dabbb24445
commit 5bf65a0ba8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Gemfile.lock
tmp/