blob: 873839586ab58f057e546968b407e7f37deba848 (
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
|
.rspec
results
tags
.*.sw[op]
ext/packaging
pkg
test.pp
# YARD generated documentation
.yardoc
/doc
# Now that there is a gemfile, RVM ignores rvmrc in parent directories, so a local one is required
# to work around that. Which we don't want committed, so we can ignore it here.
/.rvmrc
.bundle/
ext/packaging/
pkg/
Gemfile.lock
Gemfile.local
.bundle/
puppet-acceptance/
/.project
.idea/
.ruby-version
.ruby-gemset
|