On 20/10/2011 3:07 PM, Josh Blum wrote:

I recommend that you clean the generated files from the source tree. I
think that was the issue for someone else w/ a volk issue.
git clean -dfx

-josh

In which case, what it might mean is that generated "artifacts" have gotten checked-in to the git tree that shouldn't have been.

The naive approach of "git add *.c *.cpp *.h *.hpp" is likely not a good thing to do when the directory may contain both generated files and non-generated files of the same template. I've done it myself. It leads to badness.




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to