~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/controlling_registration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-24 05:19:08 UTC
  • mfrom: (3377.1.1 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080424051908-kyhfubgxkuvu5bqc
Add documentation of ignore command (nmb)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    % bzr add .bzrignore
85
85
    % bzr commit -m "Add ignore patterns"
86
86
 
 
87
The command ``bzr ignore PATTERN`` can be used to easily add PATTERN to
 
88
the ``.bzrignore file`` (creating it if necessary and registering it to
 
89
be tracked by Bazaar).  Removing and modifying patterns are done by
 
90
directly editing the ``.bzrignore`` file.
 
91
 
87
92
Global ignores
88
93
--------------
89
94