* undocumented bzr ignore pattern?
@ 2010-09-17 11:55 Eli Zaretskii
2010-09-17 12:17 ` Andreas Schwab
2010-09-17 13:45 ` Stephen J. Turnbull
0 siblings, 2 replies; 4+ messages in thread
From: Eli Zaretskii @ 2010-09-17 11:55 UTC (permalink / raw)
To: emacs-devel
This change:
=== modified file '.bzrignore'
--- .bzrignore 2010-08-30 20:34:52 +0000
+++ .bzrignore 2010-09-15 15:30:43 +0000
@@ -72,3 +72,4 @@ src/prefix-args*
src/stamp-oldxmenu
src/temacs
test/indent/*.new
++*
adds to .bzrignore the pattern "+*". What does it do, and where is it
documented?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undocumented bzr ignore pattern?
2010-09-17 11:55 undocumented bzr ignore pattern? Eli Zaretskii
@ 2010-09-17 12:17 ` Andreas Schwab
2010-09-17 13:45 ` Stephen J. Turnbull
1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2010-09-17 12:17 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel
Eli Zaretskii <eliz@gnu.org> writes:
> adds to .bzrignore the pattern "+*". What does it do
It ignores all files starting with "+".
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 4+ messages in thread
* undocumented bzr ignore pattern?
2010-09-17 11:55 undocumented bzr ignore pattern? Eli Zaretskii
2010-09-17 12:17 ` Andreas Schwab
@ 2010-09-17 13:45 ` Stephen J. Turnbull
2010-09-17 15:46 ` Stefan Monnier
1 sibling, 1 reply; 4+ messages in thread
From: Stephen J. Turnbull @ 2010-09-17 13:45 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel
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").
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: undocumented bzr ignore pattern?
2010-09-17 13:45 ` Stephen J. Turnbull
@ 2010-09-17 15:46 ` Stefan Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2010-09-17 15:46 UTC (permalink / raw)
To: Stephen J. Turnbull; +Cc: Eli Zaretskii, emacs-devel
> 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").
Oh, I had completely forgotten about ~/.bazaar/ignore, thanks.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-17 15:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17 11:55 undocumented bzr ignore pattern? Eli Zaretskii
2010-09-17 12:17 ` Andreas Schwab
2010-09-17 13:45 ` Stephen J. Turnbull
2010-09-17 15:46 ` Stefan Monnier
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).