Skip to content

Commit

Permalink
Removing temporary file. Adding changes to gitignore to ignore tempor…
Browse files Browse the repository at this point in the history
…ary files.
  • Loading branch information
rubemz committed Jun 30, 2010
1 parent 6fbecbf commit 4b744e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore~
@@ -1,2 +1,3 @@
html/**/*
html/*
.gitignore
*.*~
4 changes: 4 additions & 0 deletions Rakefile.rb
Expand Up @@ -9,3 +9,7 @@
rd.rdoc_files.include("README.rdoc", "enemies/**/*.rb", "train.rb", "game_window.rb")
end

task :run do
ruby "game_window.rb"
end

6 changes: 0 additions & 6 deletions Rakefile.rb~

This file was deleted.

0 comments on commit 4b744e8

Please sign in to comment.