summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7daf886624f0f48e24ea9124d04b6bef28030e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Please do not submit patches for including directives to ignore IDE/editor
# generated files. Use a global gitignore as described in
# https://help.github.com/articles/ignoring-files and find useful gitignore
# samples at https://github.com/github/gitignore

# files created by running the specs
/tmp/
!/tmp/parallel_runtime_rspec.log

# gems built by `rake build`
/pkg/

# rspec failure tracking
.rspec_status