emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20710: closed (gitignore patterns for ps, html etc


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20710: closed (gitignore patterns for ps, html etc are too broad)
Date: Tue, 02 Jun 2015 15:30:10 +0000

Your message dated Tue, 02 Jun 2015 18:29:06 +0300
with message-id <address@hidden>
and subject line Re: bug#20710: gitignore patterns for ps, html etc are too 
broad
has caused the debbugs.gnu.org bug report #20710,
regarding gitignore patterns for ps, html etc are too broad
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20710: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20710
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gitignore patterns for ps, html etc are too broad Date: Mon, 01 Jun 2015 12:10:03 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Package: emacs
Severity: minor

git ls-files -i --exclude-standard
admin/unidata/copyright.html
etc/ps-prin0.ps
etc/ps-prin1.ps
leim/MISC-DIC/CTLau-b5.html
leim/MISC-DIC/CTLau.html
nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html
test/indent/ps-mode.ps
test/indent/sgml-mode-attribute.html

Due to the presence of

*.html
*.ps

in .gitignore.

With bzr, those forms were the correct:

doc/**/*.ps
doc/**/*.html

A comment at the start of .gitignore says it avoids '**' for the sake of
old git versions.

Explicitly listing all current and future versioned html and ps files
for the sake of old git versions seems like a PITA.



--- End Message ---
--- Begin Message --- Subject: Re: bug#20710: gitignore patterns for ps, html etc are too broad Date: Tue, 02 Jun 2015 18:29:06 +0300
> From: Andreas Schwab <address@hidden>
> Cc: Glenn Morris <address@hidden>,  address@hidden
> Date: Tue, 02 Jun 2015 00:55:24 +0200
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > There aren't too many subdirectories in doc/, so perhaps something
> > like
> >
> >   doc/emacs/*.html
> >   doc/lispintro/*.html
> >   doc/lispref/*.html
> >   doc/man/*.html
> >   doc/mis/*.html
> 
> doc/*/*.html should work too.

Thanks, I pushed that.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]