diff options
| -rw-r--r-- | rails.gitignore | 1 | ||||
| -rwxr-xr-x | rake_completion | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
