-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (55 loc) · 1.04 KB
/
.gitignore
File metadata and controls
55 lines (55 loc) · 1.04 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.rspec
results
tags
.*.sw[op]
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/
.byebug_history
/ext/packaging/
/pkg/
Gemfile.lock
Gemfile.local
Guardfile
puppet-acceptance/
/.project
.ruby-version
.ruby-gemset
/acceptance/junit
/acceptance/log
/acceptance/.beaker
/acceptance/.vendor
/packaging/acceptance/junit
/packaging/acceptance/log
/packaging/acceptance/.beaker
/packaging/.bundle
/packaging/ext/build_metadata.*
/packaging/output
/packaging/vendor/*
/packaging/.vendor/*
/packaging/*.log
/packaging/pkg/*
/packaging/acceptance/junit/*
/packaging/acceptance/log/*
/packaging/acceptance/tmp/*
/packaging/acceptance/merged_options.rb
/packaging/acceptance/.beaker/*
/packaging/ext/smoke/*output.txt
# emacs backup files
*~
/*.samples
coverage/
# Files and directory added by RubyMine IDE
*.iml
.rakeTasks
.idea/
spec_order.txt
/vendor
/.vendor
/*.gem
.DS_Store