Add basic gitignore file
to ensure that it ignores files setup when unit tests are run. Change-Id: I5796e0709bb6b271536837b889daee45543c880c
This commit is contained in:
parent
af56c7691f
commit
91478f30a7
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
*.swp
|
||||
spec/fixtures/modules/*
|
||||
spec/fixtures/manifests/site.pp
|
||||
Gemfile.lock
|
||||
.vendor
|
Loading…
Reference in New Issue
Block a user