[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: |
Ray Satiro |
Subject: |
Re: [Bug-wget] [PATCH] Added .gitignore and updated it with file list to ignore for GIT repo |
Date: |
Tue, 15 May 2012 09:43:08 -0700 (PDT) |
>________________________________
> 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