From 530ed65ea9c2ef433363694c582e9bb8f1e7f95a Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 2 Mar 2012 19:56:33 -0800 Subject: [PATCH] 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. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9d98ae1a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +spec/fixtures/modules/apt +spec/fixtures/modules/memcached +spec/fixtures/modules/rsync +spec/fixtures/modules/ssh +spec/fixtures/modules/stdlib