From 429ccd03307c3dfbadb33a8e793af18103a38271 Mon Sep 17 00:00:00 2001 From: Guilherme Maluf Date: Thu, 28 Jul 2016 16:38:27 -0300 Subject: [PATCH] Using puppet-openstack standard gitignore Change-Id: I2489d18d59406632e18e7924c35de3afa1f552d4 --- .gitignore | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 248a152..61092bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,15 @@ -*~ -*.pyc -.*.swp +pkg/ Gemfile.lock -.vagrant -spec/fixtures +vendor/ +spec/fixtures/ +.vagrant/ +.bundle/ +coverage/ +.idea/ +*.swp +*.iml +openstack/ + +# Files created by releasenotes build +releasenotes/build +.tox