Comment 3 for bug 76616

Revision history for this message
John A Meinel (jameinel) wrote :

You can run "bzr ignored" to find out what files are ignored. At one point we did print out the list of ignored files. However, for anyone who works with build results in tree (such as python .pyc files, or C/C++ .o files) you end up with hundreds of ignored files in the working directory. You *don't* want to see a list of all of those files every time you do 'bzr add'.

I agree with the wording fix, and we could even point the user towards 'bzr ignored' if we want to expand on it a little.