From 173bf566f6a82d578780fad9b14b42f20b704161 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 2 Nov 2011 18:19:23 +0100 Subject: Renaming the rake_tasks cache file --- rails.gitignore | 1 + rake_completion | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rails.gitignore b/rails.gitignore index 3b7d253..4a32be0 100644 --- a/rails.gitignore +++ b/rails.gitignore @@ -13,3 +13,4 @@ vendor/bundle config/*.yml Gemfile.lock .rvmrc +.rake_tasks diff --git a/rake_completion b/rake_completion index 172c158..a142dc7 100755 --- a/rake_completion +++ b/rake_completion @@ -7,7 +7,7 @@ # you can auto-complete tasks as you are typing them by hitting [tab] or [tab][tab] # This also caches the rake tasks for optimium speed class RakeCompletion - CACHE_FILE_NAME = '.rake_tasks~' + CACHE_FILE_NAME = '.rake_tasks' def initialize(command) @command = command -- cgit v1.2.3