From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21335 invoked by alias); 7 Mar 2008 09:54:13 -0000 Received: (qmail 21304 invoked by uid 9702); 7 Mar 2008 09:54:13 -0000 Date: Fri, 07 Mar 2008 09:54:00 -0000 Message-ID: <20080307095413.21288.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. gfs-kernel_0_1_22-60-g6391f50 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4e89285efd017abcb2c812b5e01ecf61d5e3c4b4 X-Git-Newrev: 6391f50fa3e108e9276ed097dde17a3becab9706 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-q1/txt/msg00285.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=6391f50fa3e108e9276ed097dde17a3becab9706 The branch, master has been updated via 6391f50fa3e108e9276ed097dde17a3becab9706 (commit) from 4e89285efd017abcb2c812b5e01ecf61d5e3c4b4 (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 6391f50fa3e108e9276ed097dde17a3becab9706 Author: Fabio M. Di Nitto Date: Fri Mar 7 10:53:20 2008 +0100 Add toplevel .gitignore Ignore: make/defines.mk Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5bce701 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +make/defines.mk hooks/post-receive -- Cluster Project