From patchwork Thu Feb 4 00:48:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Satoru Takeuchi X-Patchwork-Id: 8213031 Return-Path: X-Original-To: patchwork-fstests@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3BBFC9F38B for ; Thu, 4 Feb 2016 00:48:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5CD502034C for ; Thu, 4 Feb 2016 00:48:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1725920306 for ; Thu, 4 Feb 2016 00:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752227AbcBDAs4 (ORCPT ); Wed, 3 Feb 2016 19:48:56 -0500 Received: from mgwym03.jp.fujitsu.com ([211.128.242.42]:22784 "EHLO mgwym03.jp.fujitsu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752121AbcBDAs4 (ORCPT ); Wed, 3 Feb 2016 19:48:56 -0500 Received: from yt-mxoi2.gw.nic.fujitsu.com (unknown [192.168.229.69]) by mgwym03.jp.fujitsu.com with smtp id 31d3_4164_73ee40b0_f2b2_449a_9063_71aa6832ba9b; Thu, 04 Feb 2016 09:48:52 +0900 Received: from g01jpfmpwkw02.exch.g01.fujitsu.local (g01jpfmpwkw02.exch.g01.fujitsu.local [10.0.193.56]) by yt-mxoi2.gw.nic.fujitsu.com (Postfix) with ESMTP id 386C4AC01BB for ; Thu, 4 Feb 2016 09:48:52 +0900 (JST) Received: from G01JPEXCHKW15.g01.fujitsu.local (G01JPEXCHKW15.g01.fujitsu.local [10.0.194.54]) by g01jpfmpwkw02.exch.g01.fujitsu.local (Postfix) with ESMTP id 64E8B328480; Thu, 4 Feb 2016 09:48:51 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v2.0.1 X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20120718-4 To: From: Satoru Takeuchi Subject: [PATCH] aio-dio-eof-race should be ignored by git CC: Eric Sandeen Message-ID: <56B29FD6.3010701@jp.fujitsu.com> Date: Thu, 4 Feb 2016 09:48:22 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 X-SecurityPolicyCheck-GC: OK by FENCE-Mail X-TM-AS-MML: disable Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP src/aio-dio-regress/aio-dio-eof-race is a binary file built by make. So it should not be tracked by git. Reviewed-by: Christoph Hellwig =============================================================================== $ make clean ... $ git status On branch sat-bugfixes nothing to commit, working directory clean $ make ... $ git status On branch sat-bugfixes Untracked files: (use "git add ..." to include in what will be committed) src/aio-dio-regress/aio-dio-eof-race =============================================================================== Signed-off-by: Satoru Takeuchi --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5dc4f69..a6f47d3 100644 --- a/.gitignore +++ b/.gitignore @@ -113,6 +113,7 @@ /src/aio-dio-regress/aio-io-setup-with-nonwritable-context-pointer /src/aio-dio-regress/aio-last-ref-held-by-io /src/aio-dio-regress/aiodio_sparse2 +/src/aio-dio-regress/aio-dio-eof-race /src/cloner /src/renameat2 /src/t_rename_overwrite