Skip to content

Commit daa80f1

Browse files
committed
(MODULES-3435) Fix gitignore and fixtures directory
This change more accurately reflects what is being ignored and what's required as fixtures.
1 parent 5c51463 commit daa80f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
pkg/
33
Gemfile.lock
44
vendor/
5-
spec/fixtures/
5+
spec/fixtures/manifests/site.pp
6+
spec/fixtures/modules/*
67
.vagrant/
78
.bundle/
89
coverage/
910
log/
1011
.idea/
1112
*.iml
13+
tmp/

spec/fixtures/modules/stdlib/lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/fixtures/modules/stdlib/manifests

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)