Joel E. Denny <jdenny <at> ces.clemson.edu> writes: > I mostly copied each .gitignore from its corresponding .cvsignore. In > some cases, I added some files that cvs ignores by default, such as "*.o".
How about also ignoring '*.exe' for cygwin? > > +/*.patch *.log log patches applied Won't work. You need to break that into five lines. -- Eric Blake
