benchflow / faban

A framework for developing workload drivers and automation of performance tests
http://faban.org
0 stars 1 forks source link

Exclude stage subfolder from version control? #8

Closed simonedavico closed 8 years ago

simonedavico commented 9 years ago

As far as I understand, the stage folder is the build target generated from building with ant. Shouldn't we remove it from version control? I see two issues in keeping it:

  1. It's useless, since we can build it from source
  2. It's annoying, since all the generated files keep showing up as added/modified using git status.

What do you think?

VincenzoFerme commented 9 years ago

I agree, lets remove it. Do a pull request where you remove the folder.

VincenzoFerme commented 8 years ago

Closed by #9