Add basic gitignore file

to ensure that it ignores files setup when unit tests are run.

Change-Id: I5796e0709bb6b271536837b889daee45543c880c
This commit is contained in:
Dan Bode 2013-05-20 17:22:48 -07:00
parent af56c7691f
commit 91478f30a7

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.swp
spec/fixtures/modules/*
spec/fixtures/manifests/site.pp
Gemfile.lock
.vendor