1
0
Fork 0

Include vim files in ignores

This commit is contained in:
Daniel Kempkens 2014-04-10 23:03:56 +02:00
parent e540829a0d
commit 716f0a9a02
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -2,3 +2,6 @@
_site
.jekyll-assets-cache
_drafts
*~
*.swp
*.swo

View file

@ -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"]