Add modue synlinks to gitignore

The spec tests now expect the modulepath
spec/fixtures/modules to contain links to all
of the modules that are required to run the
unit tests.

In order to run the tests, I need to create links
for these modules, but if I check in those links, it
will mess up the tests when they run in travis-ci.
This commit is contained in:
Dan Bode 2012-03-02 19:56:33 -08:00
parent 954e6c0357
commit 530ed65ea9
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
spec/fixtures/modules/apt
spec/fixtures/modules/memcached
spec/fixtures/modules/rsync
spec/fixtures/modules/ssh
spec/fixtures/modules/stdlib