Search code examples
version-controlbazaar

How do I undo a bzr ignore?


I mistakenly did

bzr ignore

For some files that I don't want to ignore. How do I undo the ignore?


Solution

  • Edit your .bzrignore file in repository. If you simply delete the entry for the files you ignored they should then be recognized by bzr again.