From patchwork Sat Aug 2 17:19:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artemiy Volkov X-Patchwork-Id: 375942 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E9D0B140082 for ; Sun, 3 Aug 2014 03:19:26 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754712AbaHBRTW (ORCPT ); Sat, 2 Aug 2014 13:19:22 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:62895 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754688AbaHBRTW (ORCPT ); Sat, 2 Aug 2014 13:19:22 -0400 Received: by mail-pa0-f46.google.com with SMTP id lj1so7559876pab.33 for ; Sat, 02 Aug 2014 10:19:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=GSdoV+kulezCXX81pMWeOlxU728HegsucrAboqgPB1g=; b=eqcTl+cm60fZCP0BU9/sKI0dxuPIax4kGJs4XfPhPjdGox5d/motR+W9pTMpxrz/VZ uVX14aaHNAcBmUgKGF07fbcwezUIG593OSD9y2mhtnMHPNR8wH83qPrdw38HY6MNROVN oDyHvNQzfpaN457lrzq5XFNsAOoydjnIdyZZjpWnQe+8Zfw7guvWEUSbB4EEHjyUf57m aib4SdqAWrrG81TSDlFpdI6O/kgAcjAetQyMXpJoYaZOhUUP6CafDt6ueQoQ9NsBrBzF +8CajNrjAvJ+dt3v/tnphQaGtfrUkGL+fcj5aap34zlpmcMq3YMXcp41oul6iwJfc0Vj cxCw== X-Received: by 10.66.119.132 with SMTP id ku4mr2518805pab.121.1406999961906; Sat, 02 Aug 2014 10:19:21 -0700 (PDT) Received: from a.artemiy.su ([103.16.129.240]) by mx.google.com with ESMTPSA id fk5sm39523096pab.15.2014.08.02.10.19.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 02 Aug 2014 10:19:21 -0700 (PDT) From: Artemiy Volkov To: linux-ext4@vger.kernel.org Cc: Artemiy Volkov Subject: [PATCH] .gitignore: Add misc/e2fuzz file Date: Sun, 3 Aug 2014 03:19:06 +1000 Message-Id: <1406999946-11584-1-git-send-email-artemiyv@acm.org> X-Mailer: git-send-email 1.9.1 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org This patch adds the misc/e2fuzz tool executable file to .gitignore. Signed-off-by: Artemiy Volkov --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ac0fd2b..baf9b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,7 @@ misc/dumpe2fs misc/dumpe2fs.8 misc/e2freefrag misc/e2freefrag.8 +misc/e2fuzz misc/e2image misc/e2image.8 misc/e2initrd_helper