From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:44746 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754172AbcC3AsL (ORCPT ); Tue, 29 Mar 2016 20:48:11 -0400 From: Theodore Ts'o To: jack@suse.cz Cc: Linux Filesystem Development List , Theodore Ts'o Subject: [PATCH 1/5] Update the gitignore file to ignore additional generated files Date: Tue, 29 Mar 2016 20:48:03 -0400 Message-Id: <1459298887-21519-2-git-send-email-tytso@mit.edu> In-Reply-To: <1459298887-21519-1-git-send-email-tytso@mit.edu> References: <1459298887-21519-1-git-send-email-tytso@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ignore the files generated by libtool, gettext, and rpcgen Signed-off-by: Theodore Ts'o --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 961387a..de81510 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ missing *~ *.swp *.bak +.*.d config.h config.h.in config.log @@ -31,6 +32,8 @@ rquota.h rquota_clnt.c convertquota edquota +po/*.mo +rquota_xdr.c quot quota quotacheck -- 2.5.0