Skip to content

Commit

Permalink
Create backup folder through rake
Browse files Browse the repository at this point in the history
  • Loading branch information
bergman committed Sep 26, 2011
1 parent c9255cd commit 22f7a6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ ftplugin
colors
indent
.VimballRecord
backup
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VIM
Dirs = %w[ after autoload doc plugin ruby snippets syntax ftdetect ftplugin colors indent ]
Dirs = %w[ after autoload doc plugin ruby snippets syntax ftdetect ftplugin colors indent backup ]
end

directory "tmp"
Expand Down
1 change: 0 additions & 1 deletion backup/.gitignore

This file was deleted.

0 comments on commit 22f7a6d

Please sign in to comment.