From 716f0a9a022c7d02240caaa1d3947a264a8d0423 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 10 Apr 2014 23:03:56 +0200 Subject: [PATCH] Include vim files in ignores --- .gitignore | 3 +++ _config.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc496fa..ad0785f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ _site .jekyll-assets-cache _drafts +*~ +*.swp +*.swo diff --git a/_config.yml b/_config.yml index 84aff40..0655da2 100644 --- a/_config.yml +++ b/_config.yml @@ -72,4 +72,4 @@ assets: css_compressor: yui include: [".htaccess"] -exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "deploy"] +exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "*~", "*.swp", "*.swo", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "deploy"]