From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 3 Jul 2008 11:49:27 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.05-46-g58302ba Message-ID: <20080703114927.4679.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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