summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 83e7f8cad368d5b1efa783e54639dd800369e7d8 (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
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
.autotest
coverage
.DS_Store
pkg/*
tags
*/tags
*~
.chef
results

# You should check in your Gemfile.lock in applications, and not in gems
external_tests/*.lock
/Gemfile.local

# ignore some common Bundler 'binstubs' directory names
# http://gembundler.com/man/bundle-exec.1.html
b/
binstubs/
.bundle
# RVM and RBENV ruby version files
.rbenv-version
.rvmrc
.ruby-version
.ruby-gemset

# IDE files
.project

# Documentation
_site/*
.yardoc/
doc/

# Test Kitchen
.kitchen/

# Vagrant
Vagrantfile
.vagrant/

# Kitchen Tests Local Mode Data
kitchen-tests/nodes/*

# Temporary files present during spec runs
spec/data/test-dir
spec/data/nodes
/config/

# acceptance binstubs
acceptance/bin/*

vendor/
acceptance/vendor
kitchen-tests/vendor