bison-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Add .gitignore everywhere based on .cvsignore


From: Eric Blake
Subject: Re: [PATCH] Add .gitignore everywhere based on .cvsignore
Date: Tue, 15 Jul 2008 17:27:15 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Joel E. Denny <jdenny <at> ces.clemson.edu> writes:

> 
> > > +/*.patch *.log log patches applied
> > 
> > Won't work.  You need to break that into five lines.
> 
> Thanks, I missed that.  But, do you happen to know what might create these 
> files?

Another maintainer.  Seriously, though, it seems that .*ignore files often 
become a collection grounds for both project-generated files and for developer-
specific files.  Git provides .git/info/excludes (comparable to ~/.cvsignore) 
for a clean separation of developer-specific patterns, rather than forcing all 
users of the repository to ignore files that matched the developer's additional 
files created outside of bootstrap and make.

>  I haven't noticed them yet.

Nor I, so you can probably get by with an alternative patch that just deletes 
this line altogether, since nothing directly in bison's build process creates 
files by these names.

-- 
Eric Blake






reply via email to

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