Skip to content

Commit

Permalink
renaming rake task cache file to something more conventional and igno…
Browse files Browse the repository at this point in the history
…ring in git
  • Loading branch information
ryanb committed Jun 21, 2008
1 parent 53b5fe0 commit 051f724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash/completion_scripts/rake_completion
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gitignore
@@ -1,3 +1,3 @@
.DS_Store
.svn
._*
*~

0 comments on commit 051f724

Please sign in to comment.