blob: 6230ec1c991028d86dff2d0facdb8315f2ed42bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/
# gems built by `rake build`
/pkg/
# output from ronn
/lib/bundler/man/
man/*
!man/*.ronn
# rspec failure tracking
.rspec_status
# files generated during packaging
/lib/bundler/generated/
|