From patchwork Sun Dec 20 09:03:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 7891361 Return-Path: X-Original-To: patchwork-linux-rdma@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 424D8BEEE5 for ; Sun, 20 Dec 2015 09:04:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 41DD5203E6 for ; Sun, 20 Dec 2015 09:04:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EA81220392 for ; Sun, 20 Dec 2015 09:04:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754172AbbLTJEC (ORCPT ); Sun, 20 Dec 2015 04:04:02 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:36966 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754149AbbLTJEA (ORCPT ); Sun, 20 Dec 2015 04:04:00 -0500 Received: by mail-wm0-f49.google.com with SMTP id p187so34843660wmp.0 for ; Sun, 20 Dec 2015 01:03:59 -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=Ma24Ibur2XgDvS+KZk0iyIoFKrrdJTSAAeiLPNfgcHU=; b=hROYsK/R9APXpjjQKlZVxYBQ533OjYhTieBTqXgVaLY+nJyY4RsbtMEIgeugHuHPmX dL1YfyymTBmKO8NnJ1CYhP28ex9RL4W1IDjpKZQhZTVM1bKxxirC4J0/67hirYanww2E iZcPEt1yKXMF81CVG4s+Nvz80oVThwKCuNzKokA+elSrLYSUV1xKdxyp4z2+yLhSiIc1 eSKn1zhvjnocSfHTTtnWJEgsLhvmxu+W8bNWS2FyjItgbfm+D5QVRTq4Z0HneEEL20Zw YUNUCPL19wyDq4qcwRKeE0EZK2RdMG4ns67DzwLf2oH3o7RUBkmNL+gaahTBuRaRAw1U PV8w== 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=Ma24Ibur2XgDvS+KZk0iyIoFKrrdJTSAAeiLPNfgcHU=; b=ZbAWFHDqnTh4BspcCyAXFx+pp9j4h9tbZa9fxQXIV4Axv790tD8CvqvVvJFHhDLt4q ypMJJD/pyBgTrURrZLH/bNaaGXy7lUkFmlHHCQosdJbnUT5oItT5NXTywlw2TGQfDxQQ YNgcTt1d+DjeYTAa4exOc650WFIDKNCOybG6yI9PfKJvVgJr0DGcejLTz2PXvlTX/MWH 2sQbLmvlZy2P9FsQ9qVTaa/cHzPCLBZvLVyGOisdUspR66IlvxDejIaeg2IJ74YEnXXg 8JFK7NqqVQxsWUI6nAwLxSBv69Rz+1F145mPOGIPINln8P4vfdC4aRikVlYnx1wRb26z aapg== X-Gm-Message-State: ALoCoQnjOKOMhonXcRzOG4BjI7Kq0LcPyVTgXZTvd2Lmr3qxNBVzmx1Aq0ar/zrsfy5hbJabgpIelFZM3ERNDB/Ep1r3/uYEjQ== X-Received: by 10.194.119.232 with SMTP id kx8mr15611114wjb.94.1450602238862; Sun, 20 Dec 2015 01:03:58 -0800 (PST) Received: from localhost ([213.57.247.249]) by smtp.gmail.com with ESMTPSA id xs9sm22619114wjc.43.2015.12.20.01.03.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 Dec 2015 01:03:58 -0800 (PST) From: Leon Romanovsky To: eli@mellanox.com Cc: linux-rdma@vger.kernel.org, Leon Romanovsky Subject: [PATCH V1] libmlx5: Add gitignore file to the project Date: Sun, 20 Dec 2015 11:03:50 +0200 Message-Id: <1450602230-14059-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. Changes from v0: * Add temporary files created by etags/ctags/gtags/cscope. * Add Reviewed-by signature Reviewed-by: Sagi Grimberg Signed-off-by: Leon Romanovsky --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..7878db2d068e --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +*.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 +.TAGS +!TAGS/ +tags +.tags +!tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out