[Koha-devel] .gitignore

Galen Charlton galen.charlton at liblime.com
Mon Apr 21 16:07:40 CEST 2008


Hi,

On Mon, Apr 21, 2008 at 8:04 AM, Andrew Moore <andrew.moore at liblime.com> wrote:
> On Fri, Apr 18, 2008 at 1:43 PM, Ryan Higgins <ryan.higgins at liblime.com> 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
galen.charlton at liblime.com
p: 1-888-564-2457 x709


_______________________________________________
Koha-devel mailing list
Koha-devel at nongnu.org
http://lists.nongnu.org/mailman/listinfo/koha-devel



More information about the Koha-devel mailing list