From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4725 invoked by alias); 3 Jul 2008 11:49:28 -0000 Received: (qmail 4694 invoked by uid 9702); 3 Jul 2008 11:49:28 -0000 Date: Thu, 03 Jul 2008 11:49:00 -0000 Message-ID: <20080703114927.4679.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. cluster-2.99.05-46-g58302ba X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1aa8fbffa0dd99f36819ad842945186cc42b2cba X-Git-Newrev: 58302ba8a4b0da965f0827f048070b8c514070c2 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00015.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=58302ba8a4b0da965f0827f048070b8c514070c2 The branch, master has been updated via 58302ba8a4b0da965f0827f048070b8c514070c2 (commit) from 1aa8fbffa0dd99f36819ad842945186cc42b2cba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 58302ba8a4b0da965f0827f048070b8c514070c2 Author: Fabio M. Di Nitto Date: Thu Jul 3 13:30:13 2008 +0200 [MISC] Update .gitignore Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- Summary of changes: .gitignore | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 4a6be48..30194b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ make/defines.mk +.configure.sh *.d *.o -.configure.sh +*.a +*.so* +*.lcrso hooks/post-receive -- Cluster Project