From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762228AbYBYW7o (ORCPT ); Mon, 25 Feb 2008 17:59:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762132AbYBYW72 (ORCPT ); Mon, 25 Feb 2008 17:59:28 -0500 Received: from ftp.linux-mips.org ([194.74.144.162]:58387 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762123AbYBYW71 (ORCPT ); Mon, 25 Feb 2008 17:59:27 -0500 Date: Mon, 25 Feb 2008 22:59:21 +0000 From: Ralf Baechle To: Andrew Morton , linux-kernel@vger.kernel.org Subject: [PATCH] Ignore emacs backup and temporary files. Message-ID: <20080225225921.GA19507@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Chris Dearman Signed-off-by: Chris Dearman Signed-off-by: Ralf Baechle diff --git a/.gitignore b/.gitignore index 8363e48..fdcce40 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ cscope.* *.orig *.rej +*~ +\#*#