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
