summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 874a3b8e2fee8bcfa649d1ddd091e2d0d8ce8d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

# system crap
.DS_Store
.*.swp

# files created by running the specs
tmp/

# built gems
pkg/
*.gem

# rubinius bytecode
*.rbc
.rbx/

# output from ronn
lib/bundler/man/

# output from ci_reporter
spec/reports/