Hi, On Mon, Apr 21, 2008 at 8:04 AM, Andrew Moore <[EMAIL PROTECTED]> wrote: > On Fri, Apr 18, 2008 at 1:43 PM, Ryan Higgins <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] p: 1-888-564-2457 x709 _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel