Skip to content

Commit 55ad77b

Browse files
committed
Update gitignore
Use the standard file Signed-off-by: Tim Smith <[email protected]>
1 parent 730e657 commit 55ad77b

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

.gitignore

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,49 @@
1-
README.pdf
2-
README.html
3-
shared_test_repo/
4-
test/integration
5-
.kitchen
1+
*.rbc
2+
.config
63
coverage
4+
InstalledFiles
5+
lib/bundler/man
6+
pkg
7+
rdoc
8+
spec/reports
9+
test/tmp
10+
test/version_tmp
11+
tmp
12+
_Store
13+
*~
14+
*#
15+
.#*
16+
\#*#
17+
.*.sw[a-z]
18+
*.un~
19+
*.tmp
20+
*.bk
21+
*.bkup
722

23+
# ruby/bundler files
24+
.ruby-version
25+
.ruby-gemset
26+
.rvmrc
827
Gemfile.lock
28+
.bundle
29+
*.gem
30+
31+
# YARD artifacts
32+
.yardoc
33+
_yardoc
34+
doc/
35+
.idea
36+
37+
# chef stuff
938
Berksfile.lock
39+
.kitchen
40+
.kitchen.local.yml
41+
vendor/
42+
.coverage/
43+
.zero-knife.rb
44+
Policyfile.lock.json
45+
46+
# vagrant stuff
47+
.vagrant/
48+
.vagrant.d/
49+
.kitchen/

0 commit comments

Comments
 (0)