summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 13233a4869082c9ce7fe5b72d63445c6ff0a0c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# system crap
.DS_Store
.*.swp

# files created by running the specs
tmp

# built gems
pkg
*.gem

# rubinius bytecode
*.rbc

# output from ronn
lib/bundler/man

# output from ci_reporter
spec/reports

# Netbeans
nbproject