From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 7 Mar 2008 09:54:13 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-60-g6391f50 Message-ID: <20080307095413.21288.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=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