Skip to content

Commit b313c66

Browse files
committed
modify .gitignore
1 parent 37aab18 commit b313c66

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitignore

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
pkg/*
1+
*~
2+
*.swp
23
.DS_Store
34
/.project
45
/metadata.json
56
.ruby-version
67
Gemfile.lock
8+
9+
# rake build (puppet module build) produces this folder
10+
pkg/*
11+
12+
# rake coverage produces this folder
13+
coverage/
14+
15+
# dont keep track of the fixtures we pull down each spec run
716
!spec/fixtures
817
spec/fixtures/*
918
!spec/fixtures/hiera/
10-
coverage/

0 commit comments

Comments
 (0)