Skip to content

Commit

Permalink
hopefully fixed a deploy issue w/ perforce plugin and generated files
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 6185]
  • Loading branch information
zenspider committed Feb 19, 2011
1 parent 5e31dbc commit ed1e31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Hoe.spec 'ruby_parser' do

extra_dev_deps << ['ParseTree', '~> 3.0']
extra_deps << ['sexp_processor', '~> 3.0']

self.perforce_ignore << "lib/ruby_parser.rb" if plugin? :perforce
end

task :clean do
Expand Down

0 comments on commit ed1e31c

Please sign in to comment.