From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: undocumented bzr ignore pattern? Date: Fri, 17 Sep 2010 22:45:14 +0900 Message-ID: <87ocbwxz4l.fsf@uwakimon.sk.tsukuba.ac.jp> References: <83ocbw1t5u.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284732430 17355 80.91.229.12 (17 Sep 2010 14:07:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2010 14:07:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 17 16:07:05 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Owbai-0001v8-O8 for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2010 16:07:05 +0200 Original-Received: from localhost ([127.0.0.1]:35745 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Owbah-0004YJ-Gu for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2010 10:07:03 -0400 Original-Received: from [140.186.70.92] (port=45223 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Owba5-0003yb-8b for emacs-devel@gnu.org; Fri, 17 Sep 2010 10:06:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwbML-00039k-0v for emacs-devel@gnu.org; Fri, 17 Sep 2010 09:52:14 -0400 Original-Received: from imss12.cc.tsukuba.ac.jp ([130.158.254.161]:45689) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwbMB-000301-1v; Fri, 17 Sep 2010 09:52:03 -0400 Original-Received: from imss12.cc.tsukuba.ac.jp (imss12.cc.tsukuba.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 0877DF4003; Fri, 17 Sep 2010 22:52:01 +0900 (JST) Original-Received: from mgmt1.sk.tsukuba.ac.jp (unknown [130.158.97.223]) by imss12.cc.tsukuba.ac.jp (Postfix) with ESMTP id EDBC5F4002; Fri, 17 Sep 2010 22:52:00 +0900 (JST) Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt1.sk.tsukuba.ac.jp (Postfix) with ESMTP id EC6E13FA049A; Fri, 17 Sep 2010 22:52:00 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 1F7991A3A8A; Fri, 17 Sep 2010 22:45:14 +0900 (JST) In-Reply-To: <83ocbw1t5u.fsf@gnu.org> X-Mailer: VM undefined under 21.5 (beta29) "garbanzo" ed3b274cc037 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130306 Archived-At: Eli Zaretskii writes: > adds to .bzrignore the pattern "+*". What does it do, and where is > it documented? This is a Lord-ly change, probably. GNU Arch recognized files and directories beginning with '+' as user-defined and never subject to VC. (I think they were called "precious".) For example, I got in the habit of using names like "+build" and "+log" for directories holding build products and build logs, respectively. I guess somebody like me (except for having push privileges, so don't blame me! ;-) added that to a local .bzrignore and inadvertantly pushed. Flog them with a wet noodle and teach them about "~/.bazaar/ignore" (for more -- but as usual, not too much more! -- info, see "bzr help ignore").