koha-devel
[Top][All Lists]
Advanced

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

Re: [Koha-devel] .gitignore


From: Galen Charlton
Subject: Re: [Koha-devel] .gitignore
Date: Mon, 21 Apr 2008 09:07:40 -0500

Hi,

On Mon, Apr 21, 2008 at 8:04 AM, Andrew Moore <address@hidden> wrote:
> On Fri, Apr 18, 2008 at 1:43 PM, Ryan Higgins <address@hidden> wrote:
>  * Temporary files that get made by the build process like .patch or
>  t/run may be OK for .gitignore. I'm not sure if I understood if
>  leaving these things there would be OK for you or not. I think the
>  suggestion here was "stuff that 'make clean' would remove"

A project .gitignore that ignored make and git detritus might look
something like this.  I'm using patterns tied to the project root so
that a Makefile in a project subdirectory is not ignored by default.

*.patch
/t/run
/t/test-config.txt
/blib
/Makefile
/Makefile.old
/pm_to_blib

Regards,

Galen
-- 
Galen Charlton
Koha Application Developer
LibLime
address@hidden
p: 1-888-564-2457 x709




reply via email to

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