Message ID | 1441616330-6635-2-git-send-email-david.henningsson@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <alsa-devel-bounces@alsa-project.org> X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2D7BEBEEC1 for <patchwork-alsa-devel@patchwork.kernel.org>; Mon, 7 Sep 2015 08:59:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 617DA206D4 for <patchwork-alsa-devel@patchwork.kernel.org>; Mon, 7 Sep 2015 08:59:43 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 68D00206D6 for <patchwork-alsa-devel@patchwork.kernel.org>; Mon, 7 Sep 2015 08:59:42 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 76D1B264E9F; Mon, 7 Sep 2015 10:59:41 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 7CA052619F7; Mon, 7 Sep 2015 10:59:04 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 552142619F7; Mon, 7 Sep 2015 10:59:03 +0200 (CEST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by alsa0.perex.cz (Postfix) with ESMTP id 5591D260632 for <alsa-devel@alsa-project.org>; Mon, 7 Sep 2015 10:58:57 +0200 (CEST) Received: from 1.general.diwic.uk.vpn ([10.172.196.28] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from <david.henningsson@canonical.com>) id 1ZYsGP-0000ct-3M; Mon, 07 Sep 2015 08:58:57 +0000 From: David Henningsson <david.henningsson@canonical.com> To: tiwai@suse.de Date: Mon, 7 Sep 2015 10:58:50 +0200 Message-Id: <1441616330-6635-2-git-send-email-david.henningsson@canonical.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441616330-6635-1-git-send-email-david.henningsson@canonical.com> References: <1441616330-6635-1-git-send-email-david.henningsson@canonical.com> Cc: alsa-devel@alsa-project.org, David Henningsson <david.henningsson@canonical.com> Subject: [alsa-devel] [PATCH 2/2] hda-emu: Add "dist" and "compile" to .gitignore X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" <alsa-devel.alsa-project.org> List-Unsubscribe: <http://mailman.alsa-project.org/mailman/options/alsa-devel>, <mailto:alsa-devel-request@alsa-project.org?subject=unsubscribe> List-Archive: <http://mailman.alsa-project.org/pipermail/alsa-devel/> List-Post: <mailto:alsa-devel@alsa-project.org> List-Help: <mailto:alsa-devel-request@alsa-project.org?subject=help> List-Subscribe: <http://mailman.alsa-project.org/mailman/listinfo/alsa-devel>, <mailto:alsa-devel-request@alsa-project.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/.gitignore b/.gitignore index a487bd5..763df25 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ ltmain.sh missing kernel/misc_wrapper.c kernel/init_hooks.h +dist +compile
Signed-off-by: David Henningsson <david.henningsson@canonical.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)