bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH] Added .gitignore and updated it with file list to


From: Mike Frysinger
Subject: Re: [Bug-wget] [PATCH] Added .gitignore and updated it with file list to ignore for GIT repo
Date: Mon, 21 May 2012 18:33:05 -0400
User-agent: KMail/1.13.7 (Linux/3.4.0-rc6; KDE/4.6.5; x86_64; ; )

On Monday 21 May 2012 18:03:19 Sasikanth babu wrote:
> On Sat, May 19, 2012 at 4:05 PM, Giuseppe Scrivano <address@hidden>wrote:
> > Sasikanth babu <address@hidden> writes:
> > > +/lib/.deps/
> > > +/lib/.gitignore
> > > +/lib/Makefile
> > > +/lib/Makefile.in
> > > +/lib/arg-nonnull.h
> > > +/lib/arpa/
> > > +/lib/asnprintf.o
> > > +/lib/base32.o
> > > +/lib/basename-lgpl.o
> > > +/lib/c++defs.h
> > > +/lib/c-ctype.o
> > > +/lib/c-strcasecmp.o
> > > +/lib/c-strncasecmp.o
> > > +/lib/charset.alias
> > > +/lib/cloexec.o
> > > +/lib/close-stream.o
> > > +/lib/closeout.o
> > > +/lib/configmake.h
> > > [ ... ]
> > 
> > Do we really need to track these files at all?  lib is a git submodule,
> > so it is a repository by itself.
> 
>  Here we are ignoring the .o files and auto-generated files alone, not lib
> (git submodule) .c and .h files.

you shouldn't list every .o file.  simply use *.o.

same goes for .deps, and probably Makefile and Makefile.in
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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