From 854a83ae4f30b78edf31ceac989d5a67914459b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Tue, 18 Feb 2014 16:57:09 +0100 Subject: [PATCH] be more ignorant ignore vim swp files. May be especially important when those sneak into released packages, such as in the case of 1.0.1: concat/manifests/.setup.pp.swp concat/manifests/.init.pp.swp concat/manifests/.fragment.pp.swp concat/files/.concatfragments.sh.swp concat/spec/acceptance/.warn_spec.rb.swp concat/spec/acceptance/.symbolic_name_spec.rb.swp concat/spec/acceptance/.order_spec.rb.swp concat/spec/acceptance/.fragment_source_spec.rb.swp concat/spec/acceptance/.deprecation_warnings_spec.rb.swp concat/spec/acceptance/.empty_spec.rb.swp concat/spec/acceptance/.concat_spec.rb.swo concat/spec/acceptance/.replace_spec.rb.swp concat/spec/acceptance/.basic_spec.rb.swp concat/spec/acceptance/.deprecation_warnings_spec.rb.swo concat/spec/acceptance/.concat_spec.rb.swp concat/spec/acceptance/.backup_spec.rb.swp --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f449ba..143345e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ Gemfile.lock vendor spec/fixtures .rspec_system -.bundle \ No newline at end of file +.bundle +*.sw*