[Top][All Lists]
[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: |
Sasikanth babu |
Subject: |
Re: [Bug-wget] [PATCH] Added .gitignore and updated it with file list to ignore for GIT repo |
Date: |
Tue, 15 May 2012 23:20:15 +0530 |
On Tue, May 15, 2012 at 10:13 PM, Ray Satiro <address@hidden> wrote:
> >________________________________
> > From: Sasikanth babu <address@hidden>
>
> >+/lib/dirname-lgpl.o
> >+/lib/dup-safer-flag.o
> >+/lib/dup-safer.o
> >+/lib/exitfail.o
> >+/lib/fatal-signal.o
> >+/lib/fcntl.o
>
> Why not *.o *~ etc instead. Also you can have multiple gitignore files, so
> you can have the main one for stuff like *.o and then stuff specific to a
> directory can go in that directory's gitignore. From your list I notice
> there are already multiple .gitignores, did you check them
>
Yes, you are right *.o *~ is best way of doing. But for some files like
Makefile and generated header files we have
to mention absolute name including path. In original clone, I could not
find any gitignore after doing "./bootstrap" only
the following .gitignore files are created. Thats why I had ignored it, I
may be wrong.
./po/.gitignore
./lib/.gitignore
./lib/glthread/.gitignore
./gnulib/.gitignore
./gnulib/doc/.gitignore
./build-aux/snippet/.gitignore
./build-aux/.gitignore
./m4/.gitignore