From patchwork Sun Dec 20 07:42:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 7891321 Return-Path: X-Original-To: patchwork-linux-rdma@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 D428E9F349 for ; Sun, 20 Dec 2015 07:49:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D9B06203E6 for ; Sun, 20 Dec 2015 07:49:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 337D1203B8 for ; Sun, 20 Dec 2015 07:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754142AbbLTHs7 (ORCPT ); Sun, 20 Dec 2015 02:48:59 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:35905 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754115AbbLTHs7 (ORCPT ); Sun, 20 Dec 2015 02:48:59 -0500 Received: by mail-wm0-f53.google.com with SMTP id p187so33339966wmp.1 for ; Sat, 19 Dec 2015 23:48:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leon-nu.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=6jBzEYp3oHGzK540VrVRXW+KIb+6t8vjJ19XiLMdEEU=; b=dJcyYnqmMp37GEgZvq/ow60FFr/IA9uqgqP5WN+B1lBzW9898y3Oyk0gr2Ltv3SMQZ tWEsBvwVrQE51ZGK+W8Ky5qfFtAZPzrQJF6DJUQC3LzQrHOiNsz9q2MKLxcWBC6hRLKm lPrIHLYvud5RfGNNC+/3rFAePAH+VyzF6lVaAPXpm4jLx4L5mYyEu9xD7Iq7XkfuZzWP W+0oQP//5u6dnCykp+9x5/apaiGeqykT/gVKZpivP2N8s1ycYoXY8o4EG2jD7f0oDexQ Copzn8aot3JU+zI/myevvKN1t06HrYh2xeU1SyJ6aNHjDtZJdytRkKvrv0/lUcPFYAMc AuAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6jBzEYp3oHGzK540VrVRXW+KIb+6t8vjJ19XiLMdEEU=; b=ScKJ6h03bUk+HylEVJ+bHUyDzZUgZg2mC02Sc2IlCAICzlDIT5Z9xQr81cJds0Druc cbBOtSJhu0B9S1C405SbpH0hZhmYMzM1GnA4F3gPtgDb826NhOwFO4V6cdqRW5ySEnoI 4ZQEUjgDodRmMWXpWUuHCr35qKmXMEXh7lJ7YcZULXWYZrJYbvFIxGLNVuxqnSBCDn2B 9hZISA8024Pc1e5Scs+PkMTenDj25WNUYvMQr/7pGs8luJaGkM1Ng6cA2ny3+UjCwfe7 Bl6PvmKrfeAYSBkj7eL2hQ2gk5ZgN5ZhCQYHjUsCxsI/FrzLN5LlbL4p1b2X2JH7maWr 9llQ== X-Gm-Message-State: ALoCoQnt8MJc6BsVsIcCCpcE6Lcpt/9TzcJTLZK3yo47m/CdIzF7u1QwxKgMVRRVg70zjsSqcSJ39msDt4L8zsG919SbqyccJw== X-Received: by 10.194.63.238 with SMTP id j14mr15109440wjs.172.1450597737781; Sat, 19 Dec 2015 23:48:57 -0800 (PST) Received: from localhost ([213.57.247.249]) by smtp.gmail.com with ESMTPSA id w23sm1256549wmd.1.2015.12.19.23.48.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Dec 2015 23:48:56 -0800 (PST) From: Leon Romanovsky To: eli@mellanox.com Cc: linux-rdma@vger.kernel.org, Leon Romanovsky Subject: [PATCH] libmlx5: Add gitignore file to the project Date: Sun, 20 Dec 2015 09:42:41 +0200 Message-Id: <1450597361-11849-1-git-send-email-leon@leon.nu> X-Mailer: git-send-email 2.1.4 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham 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 From: Leon Romanovsky Add gitignore file to the libmlx5 project. Signed-off-by: Leon Romanovsky Reviewed-by: Sagi Grimberg --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..be8e0f03eb93 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +*.o +*.lo +*.swp +configure +Makefile.in +autom4te.cache +aclocal.m4 +stamp-h.in +config.h.in +config.h.in~ +config.log +config.h +.libs +.deps +libmlx5.spec +Makefile +config.status +stamp-h1 +libtool +tags